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 Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresents a custom Biome -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Return the namespaced identifier for this object.Gets the translation key.static Biome
Returns 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
-
CUSTOM
Represents a custom Biome
-
-
Method Details
-
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 nameNullPointerException
- if the argument is null
-
getKey
Description copied from interface:Keyed
Return the namespaced identifier for this object. -
translationKey
Description copied from interface:net.kyori.adventure.translation.Translatable
Gets the translation key.- Specified by:
translationKey
in interfaceTranslatable
- Returns:
- the translation key
-