Interface SwitchF3StateAccessor

  • All Known Implementing Classes:
    KeyboardMixin

    @Environment(CLIENT)
    public interface SwitchF3StateAccessor
    An interface used to access the switch F3 state of Keyboard.
    • Method Detail

      • getSwitchF3State

        boolean getSwitchF3State()
        Returns the switch F3 state of this Keyboard.
        Returns:
        the switch F3 state of this Keyboard.
      • setSwitchF3State

        void setSwitchF3State​(boolean state)
        Sets the switch F3 state of this Keyboard.
        Parameters:
        state - the new switch F3 state.