Modifier and Type | Method and Description |
---|---|
void |
GameSettings.setKeyBindingCode(KeyBinding keyBindingIn,
InputMappings.Input inputIn) |
Modifier and Type | Field and Description |
---|---|
KeyBinding |
ControlsScreen.buttonId |
Modifier and Type | Field and Description |
---|---|
private KeyBinding |
KeyBindingList.KeyEntry.keybinding |
Constructor and Description |
---|
KeyEntry(KeyBinding name) |
Modifier and Type | Class and Description |
---|---|
class |
ToggleableKeyBinding |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,KeyBinding> |
KeyBinding.KEYBIND_ARRAY |
Modifier and Type | Method and Description |
---|---|
int |
KeyBinding.compareTo(KeyBinding p_compareTo_1_) |
boolean |
KeyBinding.conflicts(KeyBinding binding) |
Modifier and Type | Method and Description |
---|---|
static InputEvent.ClickInputEvent |
ForgeHooksClient.onClickInput(int button,
KeyBinding keyBinding,
Hand hand) |
Modifier and Type | Field and Description |
---|---|
private KeyBinding |
InputEvent.ClickInputEvent.keyBinding |
Modifier and Type | Method and Description |
---|---|
KeyBinding |
InputEvent.ClickInputEvent.getKeyBinding() |
Constructor and Description |
---|
ClickInputEvent(int button,
KeyBinding keyBinding,
Hand hand) |
Modifier and Type | Method and Description |
---|---|
default KeyBinding |
IForgeKeybinding.getKeyBinding() |
Modifier and Type | Method and Description |
---|---|
default boolean |
IForgeKeybinding.hasKeyCodeModifierConflict(KeyBinding other)
Returns true when one of the bindings' key codes conflicts with the other's modifier.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.EnumMap<KeyModifier,java.util.Map<InputMappings.Input,java.util.Collection<KeyBinding>>> |
KeyBindingMap.map |
Modifier and Type | Method and Description |
---|---|
private KeyBinding |
KeyBindingMap.getBinding(InputMappings.Input keyCode,
KeyModifier keyModifier) |
KeyBinding |
KeyBindingMap.lookupActive(InputMappings.Input keyCode) |
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyBinding> |
KeyBindingMap.lookupAll(InputMappings.Input keyCode) |
Modifier and Type | Method and Description |
---|---|
void |
KeyBindingMap.addKey(InputMappings.Input keyCode,
KeyBinding keyBinding) |
void |
KeyBindingMap.removeKey(KeyBinding keyBinding) |
Modifier and Type | Method and Description |
---|---|
static void |
ClientRegistry.registerKeyBinding(KeyBinding key)
Registers a KeyBinding.
|