org.bukkit.block
Enum Biome

java.lang.Object
  extended by java.lang.Enum<Biome>
      extended by org.bukkit.block.Biome
All Implemented Interfaces:
Serializable, Comparable<Biome>

public enum Biome
extends Enum<Biome>

Holds all accepted Biomes in the default server


Enum Constant Summary
BEACH
           
BIRCH_FOREST
           
BIRCH_FOREST_HILLS
           
BIRCH_FOREST_HILLS_MOUNTAINS
           
BIRCH_FOREST_MOUNTAINS
           
COLD_BEACH
           
COLD_TAIGA
           
COLD_TAIGA_HILLS
           
COLD_TAIGA_MOUNTAINS
           
DEEP_OCEAN
           
DESERT
           
DESERT_HILLS
           
DESERT_MOUNTAINS
           
EXTREME_HILLS
           
EXTREME_HILLS_MOUNTAINS
           
EXTREME_HILLS_PLUS
           
EXTREME_HILLS_PLUS_MOUNTAINS
           
FLOWER_FOREST
           
FOREST
           
FOREST_HILLS
           
FROZEN_OCEAN
           
FROZEN_RIVER
           
HELL
           
ICE_MOUNTAINS
           
ICE_PLAINS
           
ICE_PLAINS_SPIKES
           
JUNGLE
           
JUNGLE_EDGE
           
JUNGLE_EDGE_MOUNTAINS
           
JUNGLE_HILLS
           
JUNGLE_MOUNTAINS
           
MEGA_SPRUCE_TAIGA
           
MEGA_SPRUCE_TAIGA_HILLS
           
MEGA_TAIGA
           
MEGA_TAIGA_HILLS
           
MESA
           
MESA_BRYCE
           
MESA_PLATEAU
           
MESA_PLATEAU_FOREST
           
MESA_PLATEAU_FOREST_MOUNTAINS
           
MESA_PLATEAU_MOUNTAINS
           
MUSHROOM_ISLAND
           
MUSHROOM_SHORE
           
OCEAN
           
PLAINS
           
RIVER
           
ROOFED_FOREST
           
ROOFED_FOREST_MOUNTAINS
           
SAVANNA
           
SAVANNA_MOUNTAINS
           
SAVANNA_PLATEAU
           
SAVANNA_PLATEAU_MOUNTAINS
           
SKY
           
SMALL_MOUNTAINS
           
STONE_BEACH
           
SUNFLOWER_PLAINS
           
SWAMPLAND
           
SWAMPLAND_MOUNTAINS
           
TAIGA
           
TAIGA_HILLS
           
TAIGA_MOUNTAINS
           
 
Method Summary
static Biome valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Biome[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SWAMPLAND

public static final Biome SWAMPLAND

FOREST

public static final Biome FOREST

TAIGA

public static final Biome TAIGA

DESERT

public static final Biome DESERT

PLAINS

public static final Biome PLAINS

HELL

public static final Biome HELL

SKY

public static final Biome SKY

OCEAN

public static final Biome OCEAN

RIVER

public static final Biome RIVER

EXTREME_HILLS

public static final Biome EXTREME_HILLS

FROZEN_OCEAN

public static final Biome FROZEN_OCEAN

FROZEN_RIVER

public static final Biome FROZEN_RIVER

ICE_PLAINS

public static final Biome ICE_PLAINS

ICE_MOUNTAINS

public static final Biome ICE_MOUNTAINS

MUSHROOM_ISLAND

public static final Biome MUSHROOM_ISLAND

MUSHROOM_SHORE

public static final Biome MUSHROOM_SHORE

BEACH

public static final Biome BEACH

DESERT_HILLS

public static final Biome DESERT_HILLS

FOREST_HILLS

public static final Biome FOREST_HILLS

TAIGA_HILLS

public static final Biome TAIGA_HILLS

SMALL_MOUNTAINS

public static final Biome SMALL_MOUNTAINS

JUNGLE

public static final Biome JUNGLE

JUNGLE_HILLS

public static final Biome JUNGLE_HILLS

JUNGLE_EDGE

public static final Biome JUNGLE_EDGE

DEEP_OCEAN

public static final Biome DEEP_OCEAN

STONE_BEACH

public static final Biome STONE_BEACH

COLD_BEACH

public static final Biome COLD_BEACH

BIRCH_FOREST

public static final Biome BIRCH_FOREST

BIRCH_FOREST_HILLS

public static final Biome BIRCH_FOREST_HILLS

ROOFED_FOREST

public static final Biome ROOFED_FOREST

COLD_TAIGA

public static final Biome COLD_TAIGA

COLD_TAIGA_HILLS

public static final Biome COLD_TAIGA_HILLS

MEGA_TAIGA

public static final Biome MEGA_TAIGA

MEGA_TAIGA_HILLS

public static final Biome MEGA_TAIGA_HILLS

EXTREME_HILLS_PLUS

public static final Biome EXTREME_HILLS_PLUS

SAVANNA

public static final Biome SAVANNA

SAVANNA_PLATEAU

public static final Biome SAVANNA_PLATEAU

MESA

public static final Biome MESA

MESA_PLATEAU_FOREST

public static final Biome MESA_PLATEAU_FOREST

MESA_PLATEAU

public static final Biome MESA_PLATEAU

SUNFLOWER_PLAINS

public static final Biome SUNFLOWER_PLAINS

DESERT_MOUNTAINS

public static final Biome DESERT_MOUNTAINS

FLOWER_FOREST

public static final Biome FLOWER_FOREST

TAIGA_MOUNTAINS

public static final Biome TAIGA_MOUNTAINS

SWAMPLAND_MOUNTAINS

public static final Biome SWAMPLAND_MOUNTAINS

ICE_PLAINS_SPIKES

public static final Biome ICE_PLAINS_SPIKES

JUNGLE_MOUNTAINS

public static final Biome JUNGLE_MOUNTAINS

JUNGLE_EDGE_MOUNTAINS

public static final Biome JUNGLE_EDGE_MOUNTAINS

COLD_TAIGA_MOUNTAINS

public static final Biome COLD_TAIGA_MOUNTAINS

SAVANNA_MOUNTAINS

public static final Biome SAVANNA_MOUNTAINS

SAVANNA_PLATEAU_MOUNTAINS

public static final Biome SAVANNA_PLATEAU_MOUNTAINS

MESA_BRYCE

public static final Biome MESA_BRYCE

MESA_PLATEAU_FOREST_MOUNTAINS

public static final Biome MESA_PLATEAU_FOREST_MOUNTAINS

MESA_PLATEAU_MOUNTAINS

public static final Biome MESA_PLATEAU_MOUNTAINS

BIRCH_FOREST_MOUNTAINS

public static final Biome BIRCH_FOREST_MOUNTAINS

BIRCH_FOREST_HILLS_MOUNTAINS

public static final Biome BIRCH_FOREST_HILLS_MOUNTAINS

ROOFED_FOREST_MOUNTAINS

public static final Biome ROOFED_FOREST_MOUNTAINS

MEGA_SPRUCE_TAIGA

public static final Biome MEGA_SPRUCE_TAIGA

EXTREME_HILLS_MOUNTAINS

public static final Biome EXTREME_HILLS_MOUNTAINS

EXTREME_HILLS_PLUS_MOUNTAINS

public static final Biome EXTREME_HILLS_PLUS_MOUNTAINS

MEGA_SPRUCE_TAIGA_HILLS

public static final Biome MEGA_SPRUCE_TAIGA_HILLS
Method Detail

values

public static Biome[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Biome c : Biome.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Biome valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2014. All rights reserved.