Class AcceptBlindOption

java.lang.Object
javatro.manager.options.AcceptBlindOption
All Implemented Interfaces:
Option

public class AcceptBlindOption extends Object implements Option
Represents an option to accept the current blind in the game. This class implements the Option interface.
  • Constructor Details

    • AcceptBlindOption

      public AcceptBlindOption()
  • Method Details

    • getDescription

      public String getDescription()
      Returns the description of this option.
      Specified by:
      getDescription in interface Option
      Returns:
      A string representing the description of the option.
    • execute

      public void execute() throws JavatroException
      Executes the action associated with accepting the blind. Currently, this method does not perform any operations.
      Specified by:
      execute in interface Option
      Throws:
      JavatroException - if an error occurs during execution.