Package | Description |
---|---|
net.minecraftforge.event.terraingen |
Modifier and Type | Field and Description |
---|---|
InitMapGenEvent.EventType |
InitMapGenEvent.type |
Modifier and Type | Method and Description |
---|---|
static InitMapGenEvent.EventType |
InitMapGenEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitMapGenEvent.EventType[] |
InitMapGenEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MapGenBase |
TerrainGen.getModdedMapGen(MapGenBase original,
InitMapGenEvent.EventType type) |