public class InitCubicStructureGeneratorEvent
extends net.minecraftforge.fml.common.eventhandler.Event
Cancelable. This event
is fired on the MinecraftForge.TERRAIN_GEN_BUS.| Constructor and Description |
|---|
InitCubicStructureGeneratorEvent(net.minecraftforge.event.terraingen.InitMapGenEvent.EventType type,
ICubicStructureGenerator original)
Deprecated.
|
InitCubicStructureGeneratorEvent(net.minecraftforge.event.terraingen.InitMapGenEvent.EventType type,
ICubicStructureGenerator original,
net.minecraft.world.World world) |
| Modifier and Type | Method and Description |
|---|---|
ICubicStructureGenerator |
getNewGen() |
ICubicStructureGenerator |
getOriginalGen() |
net.minecraftforge.event.terraingen.InitMapGenEvent.EventType |
getType() |
net.minecraft.world.World |
getWorld() |
void |
setNewGen(ICubicStructureGenerator newGen) |
@Deprecated
public InitCubicStructureGeneratorEvent(net.minecraftforge.event.terraingen.InitMapGenEvent.EventType type,
ICubicStructureGenerator original)
public InitCubicStructureGeneratorEvent(net.minecraftforge.event.terraingen.InitMapGenEvent.EventType type,
ICubicStructureGenerator original,
net.minecraft.world.World world)
@Nullable public net.minecraft.world.World getWorld()
public net.minecraftforge.event.terraingen.InitMapGenEvent.EventType getType()
public ICubicStructureGenerator getOriginalGen()
public ICubicStructureGenerator getNewGen()
public void setNewGen(ICubicStructureGenerator newGen)