public class MCWorldTickEvent
extends java.lang.Object
implements crafttweaker.api.event.WorldTickEvent
| Constructor and Description |
|---|
MCWorldTickEvent(net.minecraftforge.fml.common.gameevent.TickEvent.WorldTickEvent event) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPhase() |
java.lang.String |
getSide() |
crafttweaker.api.world.IWorld |
getWorld() |
public MCWorldTickEvent(net.minecraftforge.fml.common.gameevent.TickEvent.WorldTickEvent event)
public crafttweaker.api.world.IWorld getWorld()
getWorld in interface crafttweaker.api.event.IWorldEventpublic java.lang.String getSide()
getSide in interface crafttweaker.api.event.ITickEventpublic java.lang.String getPhase()
getPhase in interface crafttweaker.api.event.ITickEvent