Class WindowSetIconEvent
java.lang.Object
dev.ultreon.mods.xinexlib.client.event.WindowSetIconEvent
- All Implemented Interfaces:
WindowEvent,Cancelable
-
Constructor Summary
ConstructorsConstructorDescriptionWindowSetIconEvent(com.mojang.blaze3d.platform.Window window, net.minecraft.server.packs.PackResources packResources, com.mojang.blaze3d.platform.IconSet iconSet) -
Method Summary
-
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:
isCanceledin interfaceCancelable
-
cancel
public void cancel()- Specified by:
cancelin interfaceCancelable
-
getWindow
public com.mojang.blaze3d.platform.Window getWindow()- Specified by:
getWindowin interfaceWindowEvent
-
packResources
public net.minecraft.server.packs.PackResources packResources() -
iconSet
public com.mojang.blaze3d.platform.IconSet iconSet() -
equals
-
hashCode
public int hashCode() -
toString
-