net.minecraft.world.gen
Class NoiseGenerator

java.lang.Object
  extended by net.minecraft.world.gen.NoiseGenerator
Direct Known Subclasses:
NoiseGeneratorOctaves, NoiseGeneratorPerlin

public abstract class NoiseGenerator
extends Object


Constructor Summary
NoiseGenerator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoiseGenerator

public NoiseGenerator()