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 GamePlayerGamePlayerRepository. 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 GamePlayerGame. 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 voidGame. setCurrentGamePlayer(GamePlayer currentPlayer)Method parameters in edu.cnm.deepdive.dominionendpointtestspring.model.entity with type arguments of type GamePlayer Modifier and Type Method Description voidGame. setGamePlayers(java.util.List<GamePlayer> gamePlayers)voidPlayer. setGamePlayers(java.util.List<GamePlayer> gamePlayers)
-