Uses of Interface
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.Multi and single purpose classes to facilitate various programmatic
concepts.
-
Uses of Biome in org.bukkit
Fields 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-dimensionalUnsafeValues.getCustomBiome()Deprecated.Methods in org.bukkit with parameters of type BiomeModifier and TypeMethodDescriptionbooleanTests if this chunk contains the specified biome.booleanTests 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).voidSets theBiomefor the given block coordinatesvoidvoidDeprecated.biomes are now 3-dimensional -
Uses of Biome in org.bukkit.block
Fields in org.bukkit.block declared as BiomeModifier and TypeFieldDescriptionstatic final BiomeBiome.BADLANDSstatic final BiomeBiome.BAMBOO_JUNGLEstatic final BiomeBiome.BASALT_DELTASstatic final BiomeBiome.BEACHstatic final BiomeBiome.BIRCH_FORESTstatic final BiomeBiome.CHERRY_GROVEstatic final BiomeBiome.COLD_OCEANstatic final BiomeBiome.CRIMSON_FORESTstatic final BiomeBiome.CUSTOMDeprecated.Biome is no longer an enum, custom biomes will have their own biome instance.static final BiomeBiome.DARK_FORESTstatic final BiomeBiome.DEEP_COLD_OCEANstatic final BiomeBiome.DEEP_DARKstatic final BiomeBiome.DEEP_FROZEN_OCEANstatic final BiomeBiome.DEEP_LUKEWARM_OCEANstatic final BiomeBiome.DEEP_OCEANstatic final BiomeBiome.DESERTstatic final BiomeBiome.DRIPSTONE_CAVESstatic final BiomeBiome.END_BARRENSstatic final BiomeBiome.END_HIGHLANDSstatic final BiomeBiome.END_MIDLANDSstatic final BiomeBiome.ERODED_BADLANDSstatic final BiomeBiome.FLOWER_FORESTstatic final BiomeBiome.FORESTstatic final BiomeBiome.FROZEN_OCEANstatic final BiomeBiome.FROZEN_PEAKSstatic final BiomeBiome.FROZEN_RIVERstatic final BiomeBiome.GROVEstatic final BiomeBiome.ICE_SPIKESstatic final BiomeBiome.JAGGED_PEAKSstatic final BiomeBiome.JUNGLEstatic final BiomeBiome.LUKEWARM_OCEANstatic final BiomeBiome.LUSH_CAVESstatic final BiomeBiome.MANGROVE_SWAMPstatic final BiomeBiome.MEADOWstatic final BiomeBiome.MUSHROOM_FIELDSstatic final BiomeBiome.NETHER_WASTESstatic final BiomeBiome.OCEANstatic final BiomeBiome.OLD_GROWTH_BIRCH_FORESTstatic final BiomeBiome.OLD_GROWTH_PINE_TAIGAstatic final BiomeBiome.OLD_GROWTH_SPRUCE_TAIGAstatic final BiomeBiome.PALE_GARDENstatic final BiomeBiome.PLAINSstatic final BiomeBiome.RIVERstatic final BiomeBiome.SAVANNAstatic final BiomeBiome.SAVANNA_PLATEAUstatic final BiomeBiome.SMALL_END_ISLANDSstatic final BiomeBiome.SNOWY_BEACHstatic final BiomeBiome.SNOWY_PLAINSstatic final BiomeBiome.SNOWY_SLOPESstatic final BiomeBiome.SNOWY_TAIGAstatic final BiomeBiome.SOUL_SAND_VALLEYstatic final BiomeBiome.SPARSE_JUNGLEstatic final BiomeBiome.STONY_PEAKSstatic final BiomeBiome.STONY_SHOREstatic final BiomeBiome.SUNFLOWER_PLAINSstatic final BiomeBiome.SWAMPstatic final BiomeBiome.TAIGAstatic final BiomeBiome.THE_ENDstatic final BiomeBiome.THE_VOIDstatic final BiomeBiome.WARM_OCEANstatic final BiomeBiome.WARPED_FORESTstatic final BiomeBiome.WINDSWEPT_FORESTstatic final BiomeBiome.WINDSWEPT_GRAVELLY_HILLSstatic final BiomeBiome.WINDSWEPT_HILLSstatic final BiomeBiome.WINDSWEPT_SAVANNAstatic final BiomeBiome.WOODED_BADLANDSMethods in org.bukkit.block that return BiomeModifier and TypeMethodDescriptionBlock.getBiome()Returns the biome that this block resides instatic BiomeDeprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)instead.static Biome[]Biome.values()Deprecated.useIterable.iterator().Methods in org.bukkit.block with parameters of type Biome -
Uses of Biome in org.bukkit.generator
Methods in org.bukkit.generator that return BiomeModifier and TypeMethodDescriptionabstract BiomeReturn 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 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 -
Uses of Biome in org.bukkit.util
Methods in org.bukkit.util that return Biome