Package javatro.manager.options


package javatro.manager.options
All Options and its variants
  • Class
    Description
    Represents an option to accept the current blind in the game.
    The CardSelectOption class handles card selection operations for the player, allowing them to either play cards into their current poker hand or discard cards, depending on the active game screen.
    Represents a menu option for selecting a specific deck type to start a new game.
    Represents a menu option to view the current deck composition.
    Represents a command to discard selected cards during gameplay.
    Terminates the game application after displaying exit sequences.
    The HelpHowOption class explains how to play javatro.
    The HelpIntroOption class provides an introduction to javatro.
    The HelpMenuOption class handles displaying the help screen in javatro.
    The HelpRulesOption class provides the rules for playing javatro.
    The HelpTipsOption class provides gameplay tips for javatro.
    The MainMenuOption class represents a command that loads the start screen, allowing players to navigate to the main menu.
     
     
    Represents a command to play selected cards during gameplay.
    Represents a menu option to view current poker hand combinations.
    Represents an option to reject the current blind and move to the next available blind level.
    The ResumeGameOption class represents a command that allows the player to return to the main game screen after navigating away.
    Enables navigation back to the previous screen in the view stack.
    A command that loads the run selection screen when executed.
    Organizes card display using rank-based sorting (Ace high to Two low).
    Organizes card display using suit-based sorting (Spades, Hearts, Clubs, Diamonds).
    The StartGameOption class represents a command that initializes and starts a new game session by setting the game screen.
    A command that loads the run selection screen when executed.
    A command that loads the run selection screen when executed.
    A command that loads the run selection screen when executed.
    A command that loads the run selection screen when executed.
    A command that loads the run selection screen for a specific saved run.