Uses of Class
net.minecraft.client.util.InputUtil.Key
Packages that use InputUtil.Key
-
Uses of InputUtil.Key in net.minecraft.client.option
Fields in net.minecraft.client.option declared as InputUtil.KeyModifier and TypeFieldDescriptionprivate InputUtil.KeyKeyBinding.boundKeyprivate InputUtil.KeyKeyBinding.defaultKeyFields in net.minecraft.client.option with type parameters of type InputUtil.KeyModifier and TypeFieldDescriptionprivate static Map<InputUtil.Key,KeyBinding>KeyBinding.keyToBindingsMethods in net.minecraft.client.option that return InputUtil.KeyMethods in net.minecraft.client.option with parameters of type InputUtil.KeyModifier and TypeMethodDescriptionstatic voidKeyBinding.onKeyPressed(InputUtil.Key key)voidKeyBinding.setBoundKey(InputUtil.Key boundKey)voidGameOptions.setKeyCode(KeyBinding key, InputUtil.Key code)static voidKeyBinding.setKeyPressed(InputUtil.Key key, boolean pressed) -
Uses of InputUtil.Key in net.minecraft.client.util
Fields in net.minecraft.client.util declared as InputUtil.KeyFields in net.minecraft.client.util with type parameters of type InputUtil.KeyModifier and TypeFieldDescription(package private) static Map<String,InputUtil.Key>InputUtil.Key.KEYSprivate Int2ObjectMap<InputUtil.Key>InputUtil.Type.mapMethods in net.minecraft.client.util that return InputUtil.KeyModifier and TypeMethodDescriptionInputUtil.Type.createFromCode(int code)static InputUtil.KeyInputUtil.fromKeyCode(int keyCode, int scanCode)static InputUtil.KeyInputUtil.fromTranslationKey(String translationKey)