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 classPhasedEvent.EventPhase
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhasedEvent.EventPhasegetPhase()
-
-
-
Method Detail
-
getPhase
PhasedEvent.EventPhase getPhase()
-
-