Uses of Enum Class
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-dimensionalModifier 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 TypeMethodDescriptionBlock.getBiome()
Returns the biome that this block resides instatic Biome
Returns the enum constant of this class with the specified name.static Biome[]
Biome.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
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