Uses of Class
edu.wisc.game.sql.PlayerInfo
| Package | Description |
|---|---|
| edu.wisc.game.rest |
The RESTful web API
|
| edu.wisc.game.sql |
Persistent data structures
|
| edu.wisc.game.web |
Back-end classes for some auxiliary JSP pages
|
-
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) -
Uses of PlayerInfo in edu.wisc.game.web
Fields in edu.wisc.game.web with type parameters of type PlayerInfo Modifier and Type Field Description protected HashMap<String,Vector<PlayerInfo>>LaunchRulesBase. allPlayersAll PlayerInfo objects associated with this repeat user