Class RPKeyBindingHandler
- java.lang.Object
-
- com.therandomlabs.randompatches.client.RPKeyBindingHandler
-
@Environment(CLIENT) public final class RPKeyBindingHandler extends Object
Contains key binding-related code for RandomPatches.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRPKeyBindingHandler.KeyBindingsContains key bindings added by RandomPatches.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidenable()Enables this class's functionality if it has not already been enabled.static voidonConfigReload()Called byRPConfig.KeyBindingswhen the RandomPatches configuration is reloaded.
-
-
-
Method Detail
-
enable
public static void enable()
Enables this class's functionality if it has not already been enabled.
-
onConfigReload
public static void onConfigReload()
Called byRPConfig.KeyBindingswhen the RandomPatches configuration is reloaded.
-
-