Uses of Interface
cpw.mods.fml.common.IWorldGenerator

Packages that use IWorldGenerator
cpw.mods.fml.common.modloader   
cpw.mods.fml.common.registry   
 

Uses of IWorldGenerator in cpw.mods.fml.common.modloader
 

Classes in cpw.mods.fml.common.modloader that implement IWorldGenerator
 class ModLoaderWorldGenerator
           
 

Methods in cpw.mods.fml.common.modloader that return IWorldGenerator
static IWorldGenerator ModLoaderHelper.buildWorldGenHelper(BaseModProxy mod)
           
 

Uses of IWorldGenerator in cpw.mods.fml.common.registry
 

Methods in cpw.mods.fml.common.registry with parameters of type IWorldGenerator
static void GameRegistry.registerWorldGenerator(IWorldGenerator generator)
          Register a world generator - something that inserts new block types into the world