Class MixinWindow

java.lang.Object
dev.ultreon.mods.xinexlib.mixin.client.MixinWindow

public abstract class MixinWindow extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract boolean
     
    void
    onClose(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)
     
    void
    onResize(long handle, int width, int height, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    setIcon(net.minecraft.server.packs.PackResources pPackResources, com.mojang.blaze3d.platform.IconSet pIconSet, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    toggleFullScreen(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MixinWindow

      public MixinWindow()
  • Method Details

    • isFullscreen

      public abstract boolean isFullscreen()
    • setIcon

      public void setIcon(net.minecraft.server.packs.PackResources pPackResources, com.mojang.blaze3d.platform.IconSet pIconSet, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • toggleFullScreen

      public void toggleFullScreen(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • onResize

      public void onResize(long handle, int width, int height, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • onClose

      public void onClose(org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)