| Package | Description |
|---|---|
| net.minecraftforge.fml.common.registry |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<IWorldGenerator> |
GameRegistry.sortedGeneratorList |
private static java.util.Map<IWorldGenerator,java.lang.Integer> |
GameRegistry.worldGeneratorIndex |
private static java.util.Set<IWorldGenerator> |
GameRegistry.worldGenerators |
| Modifier and Type | Method and Description |
|---|---|
static void |
GameRegistry.registerWorldGenerator(IWorldGenerator generator,
int modGenerationWeight)
Register a world generator - something that inserts new block types into the world
|