Class DebugKeyboardHandlerMixin

java.lang.Object
foundry.veil.mixin.debug.DebugKeyboardHandlerMixin

public abstract class DebugKeyboardHandlerMixin extends Object
  • Constructor Details

    • DebugKeyboardHandlerMixin

      public DebugKeyboardHandlerMixin()
  • Method Details

    • handleChunkDebugKeys

      protected abstract boolean handleChunkDebugKeys(int key)
    • handleChunkDebugKeys

      public void handleChunkDebugKeys(int key, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)
    • printChunkDebugKeys

      public void printChunkDebugKeys(int key, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)