Class ClientStoppedEvent
java.lang.Object
dev.ultreon.mods.xinexlib.client.event.ClientStoppedEvent
- All Implemented Interfaces:
Cancelable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientStoppedEvent
public ClientStoppedEvent(net.minecraft.client.Minecraft client)
-
-
Method Details
-
getClient
public net.minecraft.client.Minecraft getClient() -
equals
-
hashCode
public int hashCode() -
toString
-
isCanceled
public boolean isCanceled()- Specified by:
isCanceledin interfaceCancelable
-
cancel
public void cancel()- Specified by:
cancelin interfaceCancelable
-