Uses of Class
edu.cnm.deepdive.dominionendpointtestspring.state.GameState
-
-
Uses of GameState in edu.cnm.deepdive.dominionendpointtestspring.model.dao
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.dao with parameters of type GameState Modifier and Type Method Description java.util.Optional<Game>
GameRepository. findFirstByCurrentState(GameState state)
-
Uses of GameState in edu.cnm.deepdive.dominionendpointtestspring.model.entity
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity that return GameState Modifier and Type Method Description GameState
Game. getCurrentState()
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity with parameters of type GameState Modifier and Type Method Description void
Game. setCurrentState(GameState currentState)
-
Uses of GameState in edu.cnm.deepdive.dominionendpointtestspring.state
Methods in edu.cnm.deepdive.dominionendpointtestspring.state that return GameState Modifier and Type Method Description GameState
GameStateInfo. getGameState()
static GameState
GameState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GameState[]
GameState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cnm.deepdive.dominionendpointtestspring.state with parameters of type GameState Modifier and Type Method Description void
GameStateInfo. setGameState(GameState gameState)
Constructors in edu.cnm.deepdive.dominionendpointtestspring.state with parameters of type GameState Constructor Description GameStateInfo(Game game, Turn turn, Player requestingPlayer, Player activePlayer, GameState gameState)
GameStateInfo(Game game, Turn turn, Player player, GameState gameState)
-
Uses of GameState in edu.cnm.deepdive.dominionendpointtestspring.view
Methods in edu.cnm.deepdive.dominionendpointtestspring.view that return GameState Modifier and Type Method Description GameState
FlatGame. getCurrentState()
-