Package org.bukkit.block
Interface Biome
- All Superinterfaces:
- Comparable<Biome>,- Keyed,- OldEnum<Biome>,- RegistryAware
Holds all accepted Biomes in the server.
 
 The Biomes listed in this interface are present in the default server
 or can be enabled via a FeatureFlag.
 There may be additional biomes present in the server, for example from a DataPack
 which can be accessed via Registry.BIOME.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final BiomeDeprecated.Biome is no longer an enum, custom biomes will have their own biome instance.static final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biomestatic final Biome
- 
Method SummaryModifier and TypeMethodDescriptiongetKey()Deprecated.A key might not always be present, useRegistryAware.getKeyOrThrow()instead.static BiomeDeprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)instead.static Biome[]values()Deprecated.useIterable.iterator().Methods inherited from interface org.bukkit.registry.RegistryAwaregetKeyOrNull, getKeyOrThrow, isRegistered
- 
Field 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
- 
PALE_GARDEN
- 
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
- 
CUSTOMDeprecated.Biome is no longer an enum, custom biomes will have their own biome instance.Represents a custom Biome
 
- 
- 
Method Details- 
getKeyDeprecated.A key might not always be present, useRegistryAware.getKeyOrThrow()instead.Return the namespaced identifier for this object.
- 
valueOfDeprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)instead.- Parameters:
- name- of the biome.
- Returns:
- the biome with the given name.
 
- 
valuesDeprecated.useIterable.iterator().- Returns:
- an array of all known biomes.
 
 
-