Class WindowCloseEvent
java.lang.Object
dev.ultreon.mods.xinexlib.client.event.WindowCloseEvent
- All Implemented Interfaces:
WindowEvent,Cancelable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WindowCloseEvent
public WindowCloseEvent(com.mojang.blaze3d.platform.Window window)
-
-
Method Details
-
getWindow
public com.mojang.blaze3d.platform.Window getWindow()- Specified by:
getWindowin interfaceWindowEvent
-
isCanceled
public boolean isCanceled()- Specified by:
isCanceledin interfaceCancelable
-
cancel
public void cancel()- Specified by:
cancelin interfaceCancelable
-