Uses of Class
net.minecraft.client.option.KeyBinding
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen.option | |
| net.minecraft.client.option |
-
Uses of KeyBinding in net.minecraft.client.gui.screen.option
Fields in net.minecraft.client.gui.screen.option declared as KeyBinding Modifier and Type Field Description private KeyBindingControlsListWidget.KeyBindingEntry. bindingKeyBindingControlsOptionsScreen. focusedBindingConstructors in net.minecraft.client.gui.screen.option with parameters of type KeyBinding Constructor Description KeyBindingEntry(KeyBinding binding, Text text) -
Uses of KeyBinding in net.minecraft.client.option
Subclasses of KeyBinding in net.minecraft.client.option Modifier and Type Class Description classStickyKeyBindingFields in net.minecraft.client.option with type parameters of type KeyBinding Modifier and Type Field Description private static Map<String,KeyBinding>KeyBinding. keysByIdprivate static Map<InputUtil.Key,KeyBinding>KeyBinding. keyToBindingsMethods in net.minecraft.client.option with parameters of type KeyBinding Modifier and Type Method Description intKeyBinding. compareTo(KeyBinding keyBinding)booleanKeyBinding. equals(KeyBinding other)voidGameOptions. setKeyCode(KeyBinding key, InputUtil.Key code)