Interface BoundKeyAccessor
-
- All Known Implementing Classes:
KeyBindingMixin
@Environment(CLIENT) public interface BoundKeyAccessorAn interface used to access the bound key of aKeyBinding.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.minecraft.client.util.InputUtil.KeygetBoundKey()Returns thisKeyBinding's bound key.
-