Class MixinMinecraftClient

java.lang.Object
io.github.thecsdev.tcdcommons.client.mixin.events.MixinMinecraftClient

public abstract class MixinMinecraftClient extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.client.gui.screen.Screen
     
    net.minecraft.client.util.Window
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDisconnect(net.minecraft.client.gui.screen.Screen screen, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)
     
    void
    onResolutionChanged(org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)
     
    void
    onSetScreen(net.minecraft.client.gui.screen.Screen screen, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)
     

    Methods inherited from class java.lang.Object

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

    • window

      public net.minecraft.client.util.Window window
    • currentScreen

      public net.minecraft.client.gui.screen.Screen currentScreen
  • Constructor Details

    • MixinMinecraftClient

      public MixinMinecraftClient()
  • Method Details

    • onResolutionChanged

      public void onResolutionChanged(org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)
    • onSetScreen

      public void onSetScreen(net.minecraft.client.gui.screen.Screen screen, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)
    • onDisconnect

      public void onDisconnect(net.minecraft.client.gui.screen.Screen screen, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)