Package org.bukkit.block
Interface Biome
- All Superinterfaces:
Comparable<Biome>
,Keyed
,OldEnum<Biome>
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 Summary
Modifier and TypeFieldDescriptionstatic final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
Deprecated.Biome is no longer an enum, custom biomes will have their own biome instance.static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
static final Biome
-
Method Summary
Modifier and TypeMethodDescriptionstatic Biome
Deprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.static Biome[]
values()
Deprecated.useIterable.iterator()
.
-
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
-
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
-
PALE_GARDEN
-
CUSTOM
Deprecated.Biome is no longer an enum, custom biomes will have their own biome instance.Represents a custom Biome
-
-
Method Details
-
valueOf
Deprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.- Parameters:
name
- of the biome.- Returns:
- the biome with the given name.
-
values
Deprecated.useIterable.iterator()
.- Returns:
- an array of all known biomes.
-