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 PlayerInfoPlayerResponse. getPlayerInfo() -
Uses of PlayerInfo in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return PlayerInfo Modifier and Type Method Description PlayerInfoEpisodeInfo. getPlayer()Methods in edu.wisc.game.sql with parameters of type PlayerInfo Modifier and Type Method Description voidEpisodeInfo. setPlayer(PlayerInfo _player)
-