public interface IPlayerWaitingView extends IOverlayView
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSelectedAI()
Returns the type of AI selected by the user
|
void |
setAIChoices(java.lang.String[] value)
Sets the list of AI types from which the user may select
|
void |
setPlayers(PlayerInfo[] value)
Sets the list of players who have already joined the game
|
closeModal, isModalShowing, showModal
getController, setController
void setPlayers(PlayerInfo[] value)
value
- List of players who have already joined the gamevoid setAIChoices(java.lang.String[] value)
value
- List of AI types from which the user may selectjava.lang.String getSelectedAI()