Uses of Enum
com.welcome234.pluginsystem.Biome
Packages that use Biome
Package
Description
This is the main package of the API, containing general classes
-
Uses of Biome in com.welcome234.pluginsystem
Methods in com.welcome234.pluginsystem that return BiomeModifier and TypeMethodDescriptionChunk.getBiome(int x)Gets the current biome for the specified chunk coordinates.static BiomeWorld.getBiome(int x, boolean endDimension)Gets the current biome for the specified coordinate and dimension.static 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 com.welcome234.pluginsystem with parameters of type Biome