Package net.minecraft.src
Class BiomeDecorator
- java.lang.Object
-
- net.minecraft.src.BiomeDecorator
-
- Direct Known Subclasses:
BiomeEndDecorator
public class BiomeDecorator extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BiomeDecorator(BiomeGenBase var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
decorate()
void
decorate(World var1, java.util.Random var2, int var3, int var4)
protected void
generateOres()
protected void
genStandardOre1(int var1, WorldGenerator var2, int var3, int var4)
protected void
genStandardOre2(int var1, WorldGenerator var2, int var3, int var4)
-
-
-
Field Detail
-
currentWorld
protected World currentWorld
-
randomGenerator
protected java.util.Random randomGenerator
-
chunk_X
protected int chunk_X
-
chunk_Z
protected int chunk_Z
-
biome
protected BiomeGenBase biome
-
clayGen
protected WorldGenerator clayGen
-
sandGen
protected WorldGenerator sandGen
-
gravelAsSandGen
protected WorldGenerator gravelAsSandGen
-
dirtGen
protected WorldGenerator dirtGen
-
gravelGen
protected WorldGenerator gravelGen
-
coalGen
protected WorldGenerator coalGen
-
ironGen
protected WorldGenerator ironGen
-
goldGen
protected WorldGenerator goldGen
-
redstoneGen
protected WorldGenerator redstoneGen
-
diamondGen
protected WorldGenerator diamondGen
-
lapisGen
protected WorldGenerator lapisGen
-
plantYellowGen
protected WorldGenerator plantYellowGen
-
plantRedGen
protected WorldGenerator plantRedGen
-
mushroomBrownGen
protected WorldGenerator mushroomBrownGen
-
mushroomRedGen
protected WorldGenerator mushroomRedGen
-
bigMushroomGen
protected WorldGenerator bigMushroomGen
-
reedGen
protected WorldGenerator reedGen
-
cactusGen
protected WorldGenerator cactusGen
-
waterlilyGen
protected WorldGenerator waterlilyGen
-
waterlilyPerChunk
protected int waterlilyPerChunk
-
treesPerChunk
protected int treesPerChunk
-
flowersPerChunk
protected int flowersPerChunk
-
grassPerChunk
protected int grassPerChunk
-
deadBushPerChunk
protected int deadBushPerChunk
-
mushroomsPerChunk
protected int mushroomsPerChunk
-
reedsPerChunk
protected int reedsPerChunk
-
cactiPerChunk
protected int cactiPerChunk
-
sandPerChunk
protected int sandPerChunk
-
sandPerChunk2
protected int sandPerChunk2
-
clayPerChunk
protected int clayPerChunk
-
bigMushroomsPerChunk
protected int bigMushroomsPerChunk
-
generateLakes
public boolean generateLakes
-
-
Constructor Detail
-
BiomeDecorator
public BiomeDecorator(BiomeGenBase var1)
-
-
Method Detail
-
decorate
public void decorate(World var1, java.util.Random var2, int var3, int var4)
-
decorate
protected void decorate()
-
genStandardOre1
protected void genStandardOre1(int var1, WorldGenerator var2, int var3, int var4)
-
genStandardOre2
protected void genStandardOre2(int var1, WorldGenerator var2, int var3, int var4)
-
generateOres
protected void generateOres()
-
-