Class ClientShutdownEvent
- java.lang.Object
-
- net.minecraft.modding.api.event.client.AbstractClientEvent
-
- net.minecraft.modding.api.event.client.AbstractClientPhasedEvent
-
- net.minecraft.modding.api.event.client.ClientShutdownEvent
-
- All Implemented Interfaces:
ClientEvent
,GameShutdownEvent
,PhasedEvent
public class ClientShutdownEvent extends AbstractClientPhasedEvent implements GameShutdownEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.minecraft.modding.api.event.PhasedEvent
PhasedEvent.EventPhase
-
-
Constructor Summary
Constructors Constructor Description ClientShutdownEvent(Minecraft minecraft, PhasedEvent.EventPhase phase)
-
Method Summary
-
Methods inherited from class net.minecraft.modding.api.event.client.AbstractClientPhasedEvent
getPhase
-
Methods inherited from class net.minecraft.modding.api.event.client.AbstractClientEvent
getMinecraft, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.minecraft.modding.api.event.PhasedEvent
getPhase
-
-
-
-
Constructor Detail
-
ClientShutdownEvent
public ClientShutdownEvent(Minecraft minecraft, PhasedEvent.EventPhase phase)
-
-