Interface EngineKeyboardHandler

All Superinterfaces:
EngineInterface<net.minecraft.client.KeyboardHandler>
All Known Implementing Classes:
KeyboardHandlerMixin

public interface EngineKeyboardHandler extends EngineInterface<net.minecraft.client.KeyboardHandler>
Keyboard Handler Extension
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    engine$charTyped(long p_window, net.minecraft.client.input.CharacterEvent event, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    engine$keyPress(long p_window, int action, net.minecraft.client.input.KeyEvent event, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from interface EngineInterface

    engine$self
  • Method Details

    • engine$keyPress

      void engine$keyPress(long p_window, int action, net.minecraft.client.input.KeyEvent event, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • engine$charTyped

      void engine$charTyped(long p_window, net.minecraft.client.input.CharacterEvent event, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)