@Deprecated
public class CubePopulatorEvent
extends net.minecraftforge.fml.common.eventhandler.Event
ICube is populated in flat and custom
cubic world types. Cancelable. If canceled, cube
will remain untouched by populator. In that case only cube primer and
subscribed event handlers will affect cube population. This event is fired on
the MinecraftForge.EVENT_BUS.| Constructor and Description |
|---|
CubePopulatorEvent(net.minecraft.world.World worldIn,
ICube cubeIn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ICube |
getCube()
Deprecated.
|
net.minecraft.world.World |
getWorld()
Deprecated.
|
boolean |
isCancelable()
Deprecated.
|
public CubePopulatorEvent(net.minecraft.world.World worldIn,
ICube cubeIn)
public ICube getCube()
public net.minecraft.world.World getWorld()
public boolean isCancelable()
isCancelable in class net.minecraftforge.fml.common.eventhandler.Event