Uses of Class
edu.cnm.deepdive.dominionendpointtestspring.model.entity.GamePlayer
-
Packages that use GamePlayer Package Description edu.cnm.deepdive.dominionendpointtestspring.model.dao edu.cnm.deepdive.dominionendpointtestspring.model.entity -
-
Uses of GamePlayer in edu.cnm.deepdive.dominionendpointtestspring.model.dao
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.dao that return GamePlayer Modifier and Type Method Description GamePlayer
GamePlayerRepository. getByPlayer(Player player)
-
Uses of GamePlayer in edu.cnm.deepdive.dominionendpointtestspring.model.entity
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity that return GamePlayer Modifier and Type Method Description GamePlayer
Game. getCurrentPlayer()
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity that return types with arguments of type GamePlayer Modifier and Type Method Description java.util.List<GamePlayer>
Game. getGamePlayers()
java.util.List<GamePlayer>
Player. getGamePlayers()
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity with parameters of type GamePlayer Modifier and Type Method Description void
Game. setCurrentGamePlayer(GamePlayer currentPlayer)
Method parameters in edu.cnm.deepdive.dominionendpointtestspring.model.entity with type arguments of type GamePlayer Modifier and Type Method Description void
Game. setGamePlayers(java.util.List<GamePlayer> gamePlayers)
void
Player. setGamePlayers(java.util.List<GamePlayer> gamePlayers)
-