| Package | Description |
|---|---|
| net.minecraft.world.gen | |
| net.minecraft.world.gen.structure | |
| net.minecraftforge.event.terraingen |
| Modifier and Type | Class and Description |
|---|---|
class |
MapGenCaves |
class |
MapGenCavesHell |
class |
MapGenRavine |
| Modifier and Type | Field and Description |
|---|---|
private MapGenBase |
ChunkGeneratorOverworld.caveGenerator |
private MapGenBase |
ChunkGeneratorHell.genNetherCaves |
private MapGenBase |
ChunkGeneratorOverworld.ravineGenerator |
| Modifier and Type | Class and Description |
|---|---|
class |
MapGenEndCity |
class |
MapGenMineshaft |
class |
MapGenNetherBridge |
class |
MapGenScatteredFeature |
class |
MapGenStronghold |
class |
MapGenStructure |
class |
MapGenVillage |
class |
StructureOceanMonument |
class |
WoodlandMansion |
| Modifier and Type | Field and Description |
|---|---|
private MapGenBase |
InitMapGenEvent.newGen |
private MapGenBase |
InitMapGenEvent.originalGen |
| Modifier and Type | Method and Description |
|---|---|
static MapGenBase |
TerrainGen.getModdedMapGen(MapGenBase original,
InitMapGenEvent.EventType type) |
MapGenBase |
InitMapGenEvent.getNewGen() |
MapGenBase |
InitMapGenEvent.getOriginalGen() |
| Modifier and Type | Method and Description |
|---|---|
static MapGenBase |
TerrainGen.getModdedMapGen(MapGenBase original,
InitMapGenEvent.EventType type) |
void |
InitMapGenEvent.setNewGen(MapGenBase newGen) |
| Constructor and Description |
|---|
InitMapGenEvent(InitMapGenEvent.EventType type,
MapGenBase original) |