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