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.-
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 coordinatesWorld.getBiome(int x, int z)
Deprecated.biomes are now 3-dimensionalWorld.getBiome(int x, int y, int z)
Gets the biome for the given block coordinates.Modifier and TypeMethodDescriptionWorld.locateNearestBiome(@NotNull Location origin, @NotNull Biome biome, int radius)
Locates the nearest biome based on an origin, biome type, and radius to search.World.locateNearestBiome(@NotNull Location origin, @NotNull Biome biome, int radius, int step)
Locates the nearest biome based on an origin, biome type, and radius to search and stepvoid
Sets the biome for the given block coordinatesvoid
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