Add GuiTextArea
Reorder and add description to GuiUpload
This commit is contained in:
@@ -42,4 +42,13 @@ public class KeybindRegistry {
|
||||
|
||||
mc.gameSettings.loadOptions();
|
||||
}
|
||||
|
||||
public static KeyBinding getKeyBinding(String binding) {
|
||||
for (KeyBinding keyBinding : mc.gameSettings.keyBindings) {
|
||||
if (binding.equals(keyBinding.getKeyDescription())) {
|
||||
return keyBinding;
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user