Schnittstelle EngineKeyboardHandler

Alle Superschnittstellen:
EngineInterface<net.minecraft.client.KeyboardHandler>
Alle bekannten Implementierungsklassen:
KeyboardHandlerMixin

public interface EngineKeyboardHandler extends EngineInterface<net.minecraft.client.KeyboardHandler>
Extends keyboard input handling with key press and character typed hooks.
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    default void
    engine$charTyped(long p_window, net.minecraft.client.input.CharacterEvent event, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    Called on character typed events to allow interception or augmentation.
    default void
    engine$keyPress(long p_window, int action, net.minecraft.client.input.KeyEvent event, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    Called on key press events to allow interception or augmentation.

    Von Schnittstelle geerbte Methoden EngineInterface

    engine$self
  • Methodendetails

    • engine$keyPress

      default void engine$keyPress(long p_window, int action, net.minecraft.client.input.KeyEvent event, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
      Called on key press events to allow interception or augmentation.
    • engine$charTyped

      default void engine$charTyped(long p_window, net.minecraft.client.input.CharacterEvent event, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
      Called on character typed events to allow interception or augmentation.