Package | Description |
---|---|
net.minecraftforge.event.terraingen |
Modifier and Type | Field and Description |
---|---|
PopulateChunkEvent.Populate.EventType |
PopulateChunkEvent.Populate.type |
Modifier and Type | Method and Description |
---|---|
static PopulateChunkEvent.Populate.EventType |
PopulateChunkEvent.Populate.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PopulateChunkEvent.Populate.EventType[] |
PopulateChunkEvent.Populate.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 boolean |
TerrainGen.populate(IChunkProvider chunkProvider,
World world,
Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated,
PopulateChunkEvent.Populate.EventType type) |
Constructor and Description |
---|
PopulateChunkEvent.Populate(IChunkProvider chunkProvider,
World world,
Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated,
PopulateChunkEvent.Populate.EventType type) |