Class KeyboardMixin
- java.lang.Object
-
- com.therandomlabs.randompatches.mixin.client.keybindings.KeyboardMixin
-
- All Implemented Interfaces:
SwitchF3StateAccessor
public final class KeyboardMixin extends Object implements SwitchF3StateAccessor
-
-
Constructor Summary
Constructors Constructor Description KeyboardMixin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetSwitchF3State()Returns the switch F3 state of thisKeyboard.voidsetSwitchF3State(boolean state)Sets the switch F3 state of thisKeyboard.
-
-
-
Method Detail
-
getSwitchF3State
public boolean getSwitchF3State()
Returns the switch F3 state of thisKeyboard.- Specified by:
getSwitchF3Statein interfaceSwitchF3StateAccessor- Returns:
- the switch F3 state of this
Keyboard.
-
setSwitchF3State
public void setSwitchF3State(boolean state)
Sets the switch F3 state of thisKeyboard.- Specified by:
setSwitchF3Statein interfaceSwitchF3StateAccessor- Parameters:
state- the new switch F3 state.
-
-