Package net.minecraft.src
Class MapGenBase
java.lang.Object
net.minecraft.src.MapGenBase
- Direct Known Subclasses:
MapGenCaves,MapGenCavesHell,MapGenRavine,MapGenStructure
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(IChunkProvider par1IChunkProvider, World par2World, int par3, int par4, short[] blockIDs, byte[] metadata) getRand()protected voidrecursiveGenerate(World par1World, int par2, int par3, int par4, int par5, short[] blockIDs, byte[] metadata) Recursively called by generate() (generate) and optionally by itself.
-
Field Details
-
range
protected int rangeThe number of Chunks to gen-check in any given direction. -
rand
The RNG used by the MapGen classes. -
worldObj
This world object.
-
-
Constructor Details
-
MapGenBase
public MapGenBase()
-
-
Method Details
-
generate
public void generate(IChunkProvider par1IChunkProvider, World par2World, int par3, int par4, short[] blockIDs, byte[] metadata) -
recursiveGenerate
protected void recursiveGenerate(World par1World, int par2, int par3, int par4, int par5, short[] blockIDs, byte[] metadata) Recursively called by generate() (generate) and optionally by itself. -
getRand
-