Interface SwitchF3StateAccessor
-
- All Known Implementing Classes:
KeyboardMixin
@Environment(CLIENT) public interface SwitchF3StateAccessorAn interface used to access the switch F3 state ofKeyboard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetSwitchF3State()Returns the switch F3 state of thisKeyboard.voidsetSwitchF3State(boolean state)Sets the switch F3 state of thisKeyboard.
-