Package foundry.veil.mixin.debug
Class DebugKeyboardHandlerMixin
java.lang.Object
foundry.veil.mixin.debug.DebugKeyboardHandlerMixin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract boolean
handleChunkDebugKeys
(int key) void
handleChunkDebugKeys
(int key, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) void
printChunkDebugKeys
(int key, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)
-
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)
-