Package org.bukkit.block
Enum Class Biome
- All Implemented Interfaces:
- Serializable,- Comparable<Biome>,- Constable,- net.kyori.adventure.key.Keyed,- Translatable,- Keyed
Holds all accepted Biomes in the default server
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionRepresents a custom Biome
- 
Method SummaryModifier and TypeMethodDescriptiongetKey()Return the namespaced identifier for this object.Gets the translation key.static BiomeReturns the enum constant of this class with the specified name.static Biome[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
OCEAN
- 
PLAINS
- 
DESERT
- 
WINDSWEPT_HILLS
- 
FOREST
- 
TAIGA
- 
SWAMP
- 
MANGROVE_SWAMP
- 
RIVER
- 
NETHER_WASTES
- 
THE_END
- 
FROZEN_OCEAN
- 
FROZEN_RIVER
- 
SNOWY_PLAINS
- 
MUSHROOM_FIELDS
- 
BEACH
- 
JUNGLE
- 
SPARSE_JUNGLE
- 
DEEP_OCEAN
- 
STONY_SHORE
- 
SNOWY_BEACH
- 
BIRCH_FOREST
- 
DARK_FOREST
- 
SNOWY_TAIGA
- 
OLD_GROWTH_PINE_TAIGA
- 
WINDSWEPT_FOREST
- 
SAVANNA
- 
SAVANNA_PLATEAU
- 
BADLANDS
- 
WOODED_BADLANDS
- 
SMALL_END_ISLANDS
- 
END_MIDLANDS
- 
END_HIGHLANDS
- 
END_BARRENS
- 
WARM_OCEAN
- 
LUKEWARM_OCEAN
- 
COLD_OCEAN
- 
DEEP_LUKEWARM_OCEAN
- 
DEEP_COLD_OCEAN
- 
DEEP_FROZEN_OCEAN
- 
THE_VOID
- 
SUNFLOWER_PLAINS
- 
WINDSWEPT_GRAVELLY_HILLS
- 
FLOWER_FOREST
- 
ICE_SPIKES
- 
OLD_GROWTH_BIRCH_FOREST
- 
OLD_GROWTH_SPRUCE_TAIGA
- 
WINDSWEPT_SAVANNA
- 
ERODED_BADLANDS
- 
BAMBOO_JUNGLE
- 
SOUL_SAND_VALLEY
- 
CRIMSON_FOREST
- 
WARPED_FOREST
- 
BASALT_DELTAS
- 
DRIPSTONE_CAVES
- 
LUSH_CAVES
- 
DEEP_DARK
- 
MEADOW
- 
GROVE
- 
SNOWY_SLOPES
- 
FROZEN_PEAKS
- 
JAGGED_PEAKS
- 
STONY_PEAKS
- 
CHERRY_GROVE
- 
CUSTOMRepresents a custom Biome
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
getKeyDescription copied from interface:KeyedReturn the namespaced identifier for this object.
- 
translationKeyDescription copied from interface:net.kyori.adventure.translation.TranslatableGets the translation key.- Specified by:
- translationKeyin interface- Translatable
- Returns:
- the translation key
 
 
-