Package javatro.display.screens
Class BlindSelectScreen
java.lang.Object
javatro.display.screens.Screen
javatro.display.screens.BlindSelectScreen
Represents the screen for selecting the blind in the game. This screen provides options to accept
or reject the blind and visually displays the current blind settings.
-
Field Summary
Fields inherited from class javatro.display.screens.Screen
commandMap -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a BlindSelectScreen and initializes the available options. -
Method Summary
Modifier and TypeMethodDescriptionvoidDisplays the Blind Selection screen with highlighted sections based on the current blind setting.Methods inherited from class javatro.display.screens.Screen
clearCommandMap, displayOptions, getCommand, getCommandMap, getOptionsSize, getOutput
-
Constructor Details
-
BlindSelectScreen
Constructs a BlindSelectScreen and initializes the available options.- Throws:
JavatroException- if there is an error initializing the screen.
-
-
Method Details
-
displayScreen
public void displayScreen()Displays the Blind Selection screen with highlighted sections based on the current blind setting.- Specified by:
displayScreenin classScreen
-