|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Biome | |
---|---|
org.bukkit | More generalized classes in the API. |
org.bukkit.block | Classes used to manipulate the voxels in a world ,
including special states. |
org.bukkit.generator | Classes to facilitate world generation
implementation. |
Uses of Biome in org.bukkit |
---|
Methods in org.bukkit that return Biome | |
---|---|
Biome |
ChunkSnapshot.getBiome(int x,
int z)
Get biome at given coordinates |
Biome |
World.getBiome(int x,
int z)
Gets the biome for the given block coordinates. |
Methods in org.bukkit with parameters of type Biome | |
---|---|
void |
World.setBiome(int x,
int z,
Biome bio)
Sets the biome for the given block coordinates |
Uses of Biome in org.bukkit.block |
---|
Methods in org.bukkit.block that return Biome | |
---|---|
Biome |
Block.getBiome()
Returns the biome that this block resides in |
static Biome |
Biome.valueOf(String name)
Returns 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're declared. |
Methods in org.bukkit.block with parameters of type Biome | |
---|---|
void |
Block.setBiome(Biome bio)
Sets the biome that this block resides in |
Uses of Biome in org.bukkit.generator |
---|
Methods in org.bukkit.generator that return Biome | |
---|---|
Biome |
ChunkGenerator.BiomeGrid.getBiome(int x,
int z)
Get biome at x, z within chunk being generated |
Methods in org.bukkit.generator with parameters of type Biome | |
---|---|
void |
ChunkGenerator.BiomeGrid.setBiome(int x,
int z,
Biome bio)
Set biome at x, z within chunk being generated |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |