Uses of Interface
org.bukkit.block.Biome
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes used to manipulate the voxels in a
world
,
including special states.Classes to facilitate
world
generation
implementation.Multi and single purpose classes to facilitate various programmatic
concepts.
-
Uses of Biome in org.bukkit
Modifier and TypeMethodDescriptionChunkSnapshot.getBiome
(int x, int z) Deprecated.biomes are now 3-dimensionalChunkSnapshot.getBiome
(int x, int y, int z) Get biome at given coordinatesRegionAccessor.getBiome
(int x, int y, int z) Gets theBiome
at the given coordinates.World.getBiome
(int x, int z) Deprecated.biomes are now 3-dimensionalUnsafeValues.getCustomBiome()
Deprecated.Modifier and TypeMethodDescriptionboolean
Tests if this chunk contains the specified biome.boolean
Tests if this chunk contains the specified biome.World.locateNearestBiome
(Location origin, int radius, int horizontalInterval, int verticalInterval, Biome... biomes) Find the closest nearby location with a biome matching the providedBiome
(s).World.locateNearestBiome
(Location origin, int radius, Biome... biomes) Find the closest nearby location with a biome matching the providedBiome
(s).void
Sets theBiome
for the given block coordinatesvoid
void
Deprecated.biomes are now 3-dimensional -
Uses of Biome in org.bukkit.block
Modifier and TypeFieldDescriptionstatic final Biome
Biome.BADLANDS
static final Biome
Biome.BAMBOO_JUNGLE
static final Biome
Biome.BASALT_DELTAS
static final Biome
Biome.BEACH
static final Biome
Biome.BIRCH_FOREST
static final Biome
Biome.CHERRY_GROVE
static final Biome
Biome.COLD_OCEAN
static final Biome
Biome.CRIMSON_FOREST
static final Biome
Biome.CUSTOM
Deprecated.Biome is no longer an enum, custom biomes will have their own biome instance.static final Biome
Biome.DARK_FOREST
static final Biome
Biome.DEEP_COLD_OCEAN
static final Biome
Biome.DEEP_DARK
static final Biome
Biome.DEEP_FROZEN_OCEAN
static final Biome
Biome.DEEP_LUKEWARM_OCEAN
static final Biome
Biome.DEEP_OCEAN
static final Biome
Biome.DESERT
static final Biome
Biome.DRIPSTONE_CAVES
static final Biome
Biome.END_BARRENS
static final Biome
Biome.END_HIGHLANDS
static final Biome
Biome.END_MIDLANDS
static final Biome
Biome.ERODED_BADLANDS
static final Biome
Biome.FLOWER_FOREST
static final Biome
Biome.FOREST
static final Biome
Biome.FROZEN_OCEAN
static final Biome
Biome.FROZEN_PEAKS
static final Biome
Biome.FROZEN_RIVER
static final Biome
Biome.GROVE
static final Biome
Biome.ICE_SPIKES
static final Biome
Biome.JAGGED_PEAKS
static final Biome
Biome.JUNGLE
static final Biome
Biome.LUKEWARM_OCEAN
static final Biome
Biome.LUSH_CAVES
static final Biome
Biome.MANGROVE_SWAMP
static final Biome
Biome.MEADOW
static final Biome
Biome.MUSHROOM_FIELDS
static final Biome
Biome.NETHER_WASTES
static final Biome
Biome.OCEAN
static final Biome
Biome.OLD_GROWTH_BIRCH_FOREST
static final Biome
Biome.OLD_GROWTH_PINE_TAIGA
static final Biome
Biome.OLD_GROWTH_SPRUCE_TAIGA
static final Biome
Biome.PALE_GARDEN
static final Biome
Biome.PLAINS
static final Biome
Biome.RIVER
static final Biome
Biome.SAVANNA
static final Biome
Biome.SAVANNA_PLATEAU
static final Biome
Biome.SMALL_END_ISLANDS
static final Biome
Biome.SNOWY_BEACH
static final Biome
Biome.SNOWY_PLAINS
static final Biome
Biome.SNOWY_SLOPES
static final Biome
Biome.SNOWY_TAIGA
static final Biome
Biome.SOUL_SAND_VALLEY
static final Biome
Biome.SPARSE_JUNGLE
static final Biome
Biome.STONY_PEAKS
static final Biome
Biome.STONY_SHORE
static final Biome
Biome.SUNFLOWER_PLAINS
static final Biome
Biome.SWAMP
static final Biome
Biome.TAIGA
static final Biome
Biome.THE_END
static final Biome
Biome.THE_VOID
static final Biome
Biome.WARM_OCEAN
static final Biome
Biome.WARPED_FOREST
static final Biome
Biome.WINDSWEPT_FOREST
static final Biome
Biome.WINDSWEPT_GRAVELLY_HILLS
static final Biome
Biome.WINDSWEPT_HILLS
static final Biome
Biome.WINDSWEPT_SAVANNA
static final Biome
Biome.WOODED_BADLANDS
Modifier and TypeMethodDescriptionBlock.getBiome()
Returns the biome that this block resides instatic Biome
Deprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.static Biome[]
Biome.values()
Deprecated.useIterable.iterator()
. -
Uses of Biome in org.bukkit.generator
Modifier and TypeMethodDescriptionabstract Biome
Return the Biome which should be present at the provided location.BiomeProvider.getBiome
(WorldInfo worldInfo, int x, int y, int z, BiomeParameterPoint biomeParameterPoint) Return the Biome which should be present at the provided location.ChunkGenerator.BiomeGrid.getBiome
(int x, int z) Deprecated.biomes are now 3-dimensionalChunkGenerator.BiomeGrid.getBiome
(int x, int y, int z) Deprecated.Get biome at x, z within chunk being generatedChunkGenerator.ChunkData.getBiome
(int x, int y, int z) Get the biome at x, y, z within chunk being generatedModifier and TypeMethodDescriptionReturns a list with every biome theBiomeProvider
will use for the given world. -
Uses of Biome in org.bukkit.util