|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.world.biome.BiomeDecorator
public class BiomeDecorator
Field Summary | |
---|---|
WorldGenerator |
bigMushroomGen
Field that holds big mushroom generator |
int |
bigMushroomsPerChunk
Amount of big mushrooms per chunk |
BiomeGenBase |
biome
The biome generator object. |
int |
cactiPerChunk
The number of cactus plants to generate per chunk. |
WorldGenerator |
cactusGen
Field that holds WorldGenCactus |
int |
chunk_X
The X-coordinate of the chunk currently being decorated |
int |
chunk_Z
The Z-coordinate of the chunk currently being decorated |
WorldGenerator |
clayGen
The clay generator. |
int |
clayPerChunk
The number of clay patches to generate per chunk. |
WorldGenerator |
coalGen
|
World |
currentWorld
The world the BiomeDecorator is currently decorating |
int |
deadBushPerChunk
The number of dead bushes to generate per chunk. |
WorldGenerator |
diamondGen
Field that holds diamond WorldGenMinable |
WorldGenerator |
dirtGen
The dirt generator. |
int |
flowersPerChunk
The number of yellow flower patches to generate per chunk. |
boolean |
generateLakes
True if decorator should generate surface lava & water |
WorldGenerator |
goldGen
Field that holds gold WorldGenMinable |
int |
grassPerChunk
The amount of tall grass to generate per chunk. |
WorldGenerator |
gravelAsSandGen
The gravel generator. |
WorldGenerator |
gravelGen
|
WorldGenerator |
ironGen
|
WorldGenerator |
lapisGen
Field that holds Lapis WorldGenMinable |
WorldGenerator |
mushroomBrownGen
Field that holds mushroomBrown WorldGenFlowers |
WorldGenerator |
mushroomRedGen
Field that holds mushroomRed WorldGenFlowers |
int |
mushroomsPerChunk
The number of extra mushroom patches per chunk. |
WorldGenerator |
plantRedGen
Field that holds one of the plantRed WorldGenFlowers |
WorldGenerator |
plantYellowGen
Field that holds one of the plantYellow WorldGenFlowers |
Random |
randomGenerator
The Biome Decorator's random number generator. |
WorldGenerator |
redstoneGen
Field that holds redstone WorldGenMinable |
WorldGenerator |
reedGen
Field that holds WorldGenReed |
int |
reedsPerChunk
The number of reeds to generate per chunk. |
WorldGenerator |
sandGen
The sand generator. |
int |
sandPerChunk
The number of sand patches to generate per chunk. |
int |
sandPerChunk2
The number of sand patches to generate per chunk. |
int |
treesPerChunk
The number of trees to attempt to generate per chunk. |
WorldGenerator |
waterlilyGen
The water lily generation! |
int |
waterlilyPerChunk
Amount of waterlilys per chunk. |
Constructor Summary | |
---|---|
BiomeDecorator(BiomeGenBase par1BiomeGenBase)
|
Method Summary | |
---|---|
void |
decorate(World par1World,
Random par2Random,
int par3,
int par4)
Decorates the world. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public World currentWorld
public Random randomGenerator
public int chunk_X
public int chunk_Z
public BiomeGenBase biome
public WorldGenerator clayGen
public WorldGenerator sandGen
public WorldGenerator gravelAsSandGen
public WorldGenerator dirtGen
public WorldGenerator gravelGen
public WorldGenerator coalGen
public WorldGenerator ironGen
public WorldGenerator goldGen
public WorldGenerator redstoneGen
public WorldGenerator diamondGen
public WorldGenerator lapisGen
public WorldGenerator plantYellowGen
public WorldGenerator plantRedGen
public WorldGenerator mushroomBrownGen
public WorldGenerator mushroomRedGen
public WorldGenerator bigMushroomGen
public WorldGenerator reedGen
public WorldGenerator cactusGen
public WorldGenerator waterlilyGen
public int waterlilyPerChunk
public int treesPerChunk
public int flowersPerChunk
public int grassPerChunk
public int deadBushPerChunk
public int mushroomsPerChunk
public int reedsPerChunk
public int cactiPerChunk
public int sandPerChunk
public int sandPerChunk2
public int clayPerChunk
public int bigMushroomsPerChunk
public boolean generateLakes
Constructor Detail |
---|
public BiomeDecorator(BiomeGenBase par1BiomeGenBase)
Method Detail |
---|
public void decorate(World par1World, Random par2Random, int par3, int par4)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |