Uses of Class
com.abhyudayasharma.tictactoe.PlayerType
-
Packages that use PlayerType Package Description com.abhyudayasharma.tictactoe -
-
Uses of PlayerType in com.abhyudayasharma.tictactoe
Fields in com.abhyudayasharma.tictactoe declared as PlayerType Modifier and Type Field Description private PlayerType
Game. currentPlayer
The current player.Methods in com.abhyudayasharma.tictactoe that return PlayerType Modifier and Type Method Description private PlayerType
Game. findStartPlayer()
Asks the user for input about who starts first.private PlayerType
Game. getNextPlayer()
Returns the player who has the next turn.static PlayerType
PlayerType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlayerType[]
PlayerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-