| Package | Description |
|---|---|
| net.minecraftforge.event.terraingen |
| Modifier and Type | Field and Description |
|---|---|
DecorateBiomeEvent.Decorate.EventType |
DecorateBiomeEvent.Decorate.type |
| Modifier and Type | Method and Description |
|---|---|
static DecorateBiomeEvent.Decorate.EventType |
DecorateBiomeEvent.Decorate.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecorateBiomeEvent.Decorate.EventType[] |
DecorateBiomeEvent.Decorate.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.decorate(World world,
Random rand,
int chunkX,
int chunkZ,
DecorateBiomeEvent.Decorate.EventType type) |
| Constructor and Description |
|---|
DecorateBiomeEvent.Decorate(World world,
Random rand,
int worldX,
int worldZ,
DecorateBiomeEvent.Decorate.EventType type) |