Class WindowSetIconEvent

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

public final class WindowSetIconEvent extends Object implements WindowEvent, Cancelable
  • Constructor Details

    • WindowSetIconEvent

      public WindowSetIconEvent(com.mojang.blaze3d.platform.Window window, net.minecraft.server.packs.PackResources packResources, com.mojang.blaze3d.platform.IconSet iconSet)
  • Method Details

    • isCanceled

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

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

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

      public net.minecraft.server.packs.PackResources packResources()
    • iconSet

      public com.mojang.blaze3d.platform.IconSet iconSet()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object