public class TickEvent extends 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 |
Event.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
TickEvent.Phase |
phase |
Side |
side |
TickEvent.Type |
type |
| Constructor and Description |
|---|
TickEvent(TickEvent.Type type,
Side side,
TickEvent.Phase phase) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic final TickEvent.Type type
public final Side side
public final TickEvent.Phase phase
public TickEvent(TickEvent.Type type, Side side, TickEvent.Phase phase)