net.minecraft.world.gen.feature
Class WorldGenVines

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

public class WorldGenVines
extends WorldGenerator


Constructor Summary
WorldGenVines()
           
 
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

WorldGenVines

public WorldGenVines()
Method Detail

generate

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