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 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)
-
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. allPlayers
All PlayerInfo objects associated with this repeat user