Uses of Class
rs.ac.bg.etf.players.Player.Move
Package | Description |
---|---|
rs.ac.bg.etf.players |
-
Uses of Player.Move in rs.ac.bg.etf.players
Fields in rs.ac.bg.etf.players with type parameters of type Player.Move Modifier and Type Field Description protected java.util.List<Player.Move>
Player. opponentMoves
List of opponent moves.Methods in rs.ac.bg.etf.players that return Player.Move Modifier and Type Method Description abstract Player.Move
Player. getNextMove()
Abstract method for determining the next player's move.
Should be overriden.static Player.Move
Player.Move. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Player.Move[]
Player.Move. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rs.ac.bg.etf.players with parameters of type Player.Move Modifier and Type Method Description void
Player. addOpponentMove(Player.Move move)
Adds opponent's move to a opponentMoves list.