Package net.minecraft.modding.api.event
Interface PhasedEvent
-
- All Known Subinterfaces:
GameShutdownEvent
- All Known Implementing Classes:
AbstractCancellableClientPhasedEvent
,AbstractClientPhasedEvent
,AbstractServerPhasedEvent
,ClientCrashEvent
,ClientFrameEvent
,ClientShutdownEvent
,ClientTickEvent
,ServerCrashEvent
public interface PhasedEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PhasedEvent.EventPhase
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhasedEvent.EventPhase
getPhase()
-
-
-
Method Detail
-
getPhase
PhasedEvent.EventPhase getPhase()
-
-