Interface BoundKeyAccessor

  • All Known Implementing Classes:
    KeyBindingMixin

    @Environment(CLIENT)
    public interface BoundKeyAccessor
    An interface used to access the bound key of a KeyBinding.
    • Method Detail

      • getBoundKey

        net.minecraft.client.util.InputUtil.Key getBoundKey()
        Returns this KeyBinding's bound key.
        Returns:
        this KeyBinding's bound key.