Package net.minecraft.src
Class WorldGenerator
java.lang.Object
net.minecraft.src.WorldGenerator
- Direct Known Subclasses:
BonusBasketGenerator,JungleTreeGenerator,WorldGenBigMushroom,WorldGenBigTree,WorldGenCactus,WorldGenClay,WorldGenDeadBush,WorldGenDesertWells,WorldGenDungeons,WorldGeneratorBonusChest,WorldGenFire,WorldGenFlowers,WorldGenForest,WorldGenGlowStone1,WorldGenGlowStone2,WorldGenHellLava,WorldGenHugeTrees,WorldGenLakes,WorldGenLiquids,WorldGenMinable,WorldGenPumpkin,WorldGenReed,WorldGenSand,WorldGenShrub,WorldGenSpikes,WorldGenSwamp,WorldGenTaiga1,WorldGenTaiga2,WorldGenTallGrass,WorldGenTrees,WorldGenVines,WorldGenWaterlily
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanprotected voidSets the block without metadata in the world, notifying neighbors if enabled.protected voidsetBlockAndMetadata(World par1World, int par2, int par3, int par4, int par5, int par6) Sets the block in the world, notifying neighbors if enabled.voidsetScale(double par1, double par3, double par5) Rescales the generator settings, only used in WorldGenBigTree
-
Constructor Details
-
WorldGenerator
public WorldGenerator() -
WorldGenerator
public WorldGenerator(boolean par1)
-
-
Method Details
-
generate
-
setScale
public void setScale(double par1, double par3, double par5) Rescales the generator settings, only used in WorldGenBigTree -
setBlock
Sets the block without metadata in the world, notifying neighbors if enabled. -
setBlockAndMetadata
protected void setBlockAndMetadata(World par1World, int par2, int par3, int par4, int par5, int par6) Sets the block in the world, notifying neighbors if enabled.
-