Uses of Class
edu.wisc.game.sql.PlayerInfo
-
Packages that use PlayerInfo Package Description edu.wisc.game.rest The RESTful web APIedu.wisc.game.sql Persistent data structures -
-
Uses of PlayerInfo in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return PlayerInfo Modifier and Type Method Description PlayerInfo
PlayerResponse. getPlayerInfo()
-
Uses of PlayerInfo in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return PlayerInfo Modifier and Type Method Description PlayerInfo
EpisodeInfo. getPlayer()
Methods in edu.wisc.game.sql with parameters of type PlayerInfo Modifier and Type Method Description void
EpisodeInfo. setPlayer(PlayerInfo _player)
-