Uses of Interface
net.morbz.minecraft.level.IGenerator

Packages that use IGenerator
net.morbz.minecraft.level   
 

Uses of IGenerator in net.morbz.minecraft.level
 

Classes in net.morbz.minecraft.level that implement IGenerator
 class FlatGenerator
          This class can be used to define the default block layers of the part of the world that will be created by the internal Minecraft generator.
 class SimpleGenerator
          The class for world generators that don't have generator options.
 

Constructors in net.morbz.minecraft.level with parameters of type IGenerator
Level(java.lang.String levelName, IGenerator generator)
          Creates a new instance.