JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Represents a custom Biome
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Return the namespaced identifier for this object.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Methods inherited from interface org.bukkit.Keyed
key
Enum Constant Details
OCEAN
public static final Biome OCEAN
PLAINS
public static final Biome PLAINS
DESERT
public static final Biome DESERT
WINDSWEPT_HILLS
public static final Biome WINDSWEPT_HILLS
FOREST
public static final Biome FOREST
TAIGA
public static final Biome TAIGA
SWAMP
public static final Biome SWAMP
RIVER
public static final Biome RIVER
NETHER_WASTES
public static final Biome NETHER_WASTES
THE_END
public static final Biome THE_END
FROZEN_OCEAN
public static final Biome FROZEN_OCEAN
FROZEN_RIVER
public static final Biome FROZEN_RIVER
SNOWY_PLAINS
public static final Biome SNOWY_PLAINS
MUSHROOM_FIELDS
public static final Biome MUSHROOM_FIELDS
BEACH
public static final Biome BEACH
JUNGLE
public static final Biome JUNGLE
SPARSE_JUNGLE
public static final Biome SPARSE_JUNGLE
DEEP_OCEAN
public static final Biome DEEP_OCEAN
STONY_SHORE
public static final Biome STONY_SHORE
SNOWY_BEACH
public static final Biome SNOWY_BEACH
BIRCH_FOREST
public static final Biome BIRCH_FOREST
DARK_FOREST
public static final Biome DARK_FOREST
SNOWY_TAIGA
public static final Biome SNOWY_TAIGA
OLD_GROWTH_PINE_TAIGA
public static final Biome OLD_GROWTH_PINE_TAIGA
WINDSWEPT_FOREST
public static final Biome WINDSWEPT_FOREST
SAVANNA
public static final Biome SAVANNA
SAVANNA_PLATEAU
public static final Biome SAVANNA_PLATEAU
BADLANDS
public static final Biome BADLANDS
WOODED_BADLANDS
public static final Biome WOODED_BADLANDS
SMALL_END_ISLANDS
public static final Biome SMALL_END_ISLANDS
END_MIDLANDS
public static final Biome END_MIDLANDS
END_HIGHLANDS
public static final Biome END_HIGHLANDS
END_BARRENS
public static final Biome END_BARRENS
WARM_OCEAN
public static final Biome WARM_OCEAN
LUKEWARM_OCEAN
public static final Biome LUKEWARM_OCEAN
COLD_OCEAN
public static final Biome COLD_OCEAN
DEEP_LUKEWARM_OCEAN
public static final Biome DEEP_LUKEWARM_OCEAN
DEEP_COLD_OCEAN
public static final Biome DEEP_COLD_OCEAN
DEEP_FROZEN_OCEAN
public static final Biome DEEP_FROZEN_OCEAN
THE_VOID
public static final Biome THE_VOID
SUNFLOWER_PLAINS
public static final Biome SUNFLOWER_PLAINS
WINDSWEPT_GRAVELLY_HILLS
public static final Biome WINDSWEPT_GRAVELLY_HILLS
FLOWER_FOREST
public static final Biome FLOWER_FOREST
ICE_SPIKES
public static final Biome ICE_SPIKES
OLD_GROWTH_BIRCH_FOREST
public static final Biome OLD_GROWTH_BIRCH_FOREST
OLD_GROWTH_SPRUCE_TAIGA
public static final Biome OLD_GROWTH_SPRUCE_TAIGA
WINDSWEPT_SAVANNA
public static final Biome WINDSWEPT_SAVANNA
ERODED_BADLANDS
public static final Biome ERODED_BADLANDS
BAMBOO_JUNGLE
public static final Biome BAMBOO_JUNGLE
SOUL_SAND_VALLEY
public static final Biome SOUL_SAND_VALLEY
CRIMSON_FOREST
public static final Biome CRIMSON_FOREST
WARPED_FOREST
public static final Biome WARPED_FOREST
BASALT_DELTAS
public static final Biome BASALT_DELTAS
DRIPSTONE_CAVES
public static final Biome DRIPSTONE_CAVES
LUSH_CAVES
public static final Biome LUSH_CAVES
MEADOW
public static final Biome MEADOW
GROVE
public static final Biome GROVE
SNOWY_SLOPES
public static final Biome SNOWY_SLOPES
FROZEN_PEAKS
public static final Biome FROZEN_PEAKS
JAGGED_PEAKS
public static final Biome JAGGED_PEAKS
STONY_PEAKS
public static final Biome STONY_PEAKS
CUSTOM
public static final Biome CUSTOM
Represents a custom Biome
Method Details
values
public static Biome [] values ()
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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 class has no constant with the specified name
NullPointerException
- if the argument is null
getKey
Description copied from interface: Keyed
Return the namespaced identifier for this object.
Specified by:
getKey
in interface Keyed
Returns:
this object's key