public class TickEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
TickEvent.ClientTickEvent |
static class |
TickEvent.Phase |
static class |
TickEvent.PlayerTickEvent |
static class |
TickEvent.RenderTickEvent |
static class |
TickEvent.ServerTickEvent |
static class |
TickEvent.Type |
static class |
TickEvent.WorldTickEvent |
Modifier and Type | Field and Description |
---|---|
TickEvent.Phase |
phase |
LogicalSide |
side |
TickEvent.Type |
type |
Constructor and Description |
---|
TickEvent(TickEvent.Type type,
LogicalSide side,
TickEvent.Phase phase) |
public final TickEvent.Type type
public final LogicalSide side
public final TickEvent.Phase phase
public TickEvent(TickEvent.Type type, LogicalSide side, TickEvent.Phase phase)