net.minecraft.world.gen.feature
Class WorldGenSand

java.lang.Object
  extended by net.minecraft.world.gen.feature.WorldGenerator
      extended by net.minecraft.world.gen.feature.WorldGenSand

public class WorldGenSand
extends WorldGenerator


Constructor Summary
WorldGenSand(int par1, int par2)
           
 
Method Summary
 boolean generate(World par1World, Random par2Random, int par3, int par4, int par5)
           
 
Methods inherited from class net.minecraft.world.gen.feature.WorldGenerator
setScale
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldGenSand

public WorldGenSand(int par1,
                    int par2)
Method Detail

generate

public boolean generate(World par1World,
                        Random par2Random,
                        int par3,
                        int par4,
                        int par5)
Specified by:
generate in class WorldGenerator