public class TickEvent extends Event
修飾子とタイプ | クラスと説明 |
---|---|
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
修飾子とタイプ | フィールドと説明 |
---|---|
TickEvent.Phase |
phase |
LogicalSide |
side |
TickEvent.Type |
type |
コンストラクタと説明 |
---|
TickEvent(TickEvent.Type type,
LogicalSide side,
TickEvent.Phase phase) |
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public final TickEvent.Type type
public final LogicalSide side
public final TickEvent.Phase phase
public TickEvent(TickEvent.Type type, LogicalSide side, TickEvent.Phase phase)