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 KeyBinding
ControlsListWidget.KeyBindingEntry. binding
KeyBinding
ControlsOptionsScreen. focusedBinding
Constructors 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 class
StickyKeyBinding
Fields in net.minecraft.client.option with type parameters of type KeyBinding Modifier and Type Field Description private static Map<String,KeyBinding>
KeyBinding. keysById
private static Map<InputUtil.Key,KeyBinding>
KeyBinding. keyToBindings
Methods in net.minecraft.client.option with parameters of type KeyBinding Modifier and Type Method Description int
KeyBinding. compareTo(KeyBinding keyBinding)
boolean
KeyBinding. equals(KeyBinding other)
void
GameOptions. setKeyCode(KeyBinding key, InputUtil.Key code)