Uses of Enum
org.bukkit.block.Biome
Packages that use 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.bukkitFields in org.bukkit with type parameters of type BiomeMethods in org.bukkit that return BiomeModifier 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 theBiomeat the given coordinates.World.getBiome(int x, int z) Deprecated.biomes are now 3-dimensionalMethods in org.bukkit with parameters of type BiomeModifier and TypeMethodDescriptionvoidSets theBiomefor the given block coordinatesvoidvoidDeprecated.biomes are now 3-dimensional
- 
Uses of Biome in org.bukkit.blockMethods in org.bukkit.block that return BiomeModifier and TypeMethodDescriptionBlock.getBiome()Returns the biome that this block resides instatic BiomeReturns the enum constant of this type with the specified name.static Biome[]Biome.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.block with parameters of type Biome
- 
Uses of Biome in org.bukkit.generatorMethods in org.bukkit.generator that return BiomeModifier and TypeMethodDescriptionabstract BiomeReturn 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 generatedMethods in org.bukkit.generator that return types with arguments of type BiomeModifier and TypeMethodDescriptionReturns a list with every biome theBiomeProviderwill use for the given world.Methods in org.bukkit.generator with parameters of type Biome