Class WindowCloseEvent

java.lang.Object
dev.ultreon.mods.xinexlib.client.event.WindowCloseEvent
All Implemented Interfaces:
WindowEvent, Cancelable

public class WindowCloseEvent extends Object implements WindowEvent, Cancelable
  • Constructor Details

    • WindowCloseEvent

      public WindowCloseEvent(com.mojang.blaze3d.platform.Window window)
  • Method Details

    • getWindow

      public com.mojang.blaze3d.platform.Window getWindow()
      Specified by:
      getWindow in interface WindowEvent
    • isCanceled

      public boolean isCanceled()
      Specified by:
      isCanceled in interface Cancelable
    • cancel

      public void cancel()
      Specified by:
      cancel in interface Cancelable