Class KeyBindingMixin
- java.lang.Object
-
- com.therandomlabs.randompatches.mixin.client.keybindings.KeyBindingMixin
-
- All Implemented Interfaces:
BoundKeyAccessor
public final class KeyBindingMixin extends Object implements BoundKeyAccessor
-
-
Constructor Summary
Constructors Constructor Description KeyBindingMixin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.minecraft.client.util.InputUtil.KeygetBoundKey()Returns thisKeyBinding's bound key.
-
-
-
Method Detail
-
getBoundKey
public net.minecraft.client.util.InputUtil.Key getBoundKey()
Returns thisKeyBinding's bound key.- Specified by:
getBoundKeyin interfaceBoundKeyAccessor- Returns:
- this
KeyBinding's bound key.
-
-