Uses of Class
edu.wisc.game.sql.PlayerInfo
Packages that use PlayerInfo
Package
Description
The RESTful web API
Persistent data structures
Back-end classes for some auxiliary JSP pages
-
Uses of PlayerInfo in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return PlayerInfoModifier and TypeMethodDescriptionstatic PlayerInfo
PlayerResponse.findPlayerInfo
(javax.persistence.EntityManager em, String pid) Find the matching record for a player, in the cache of the database.PlayerResponse.getPlayerInfo()
-
Uses of PlayerInfo in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return PlayerInfoMethods in edu.wisc.game.sql with parameters of type PlayerInfoModifier and TypeMethodDescriptionstatic boolean
Pairing.ensurePairingNow
(PlayerInfo p) This is called at the beginning of each episode (on a /newEpisode API call), to ensure that if this is a two-player game, the player is paired, if at all possible.void
PlayerInfo.linkToPartner
(PlayerInfo _partner, int myRole) Sets links in both directionsstatic void
Pairing.newPlayerRegistration
(PlayerInfo p) Called on /newPlayer (from PlayerResponse()), to check if the new (or restored) player needs to be paired.void
EpisodeInfo.setPlayer
(PlayerInfo _player) static int
Pairing.whoWillStartEpisode
(PlayerInfo p, int seriesNo, int epiNo) static int
Pairing.whoWillStartSeries
(PlayerInfo p, int seriesNo) Which player starts the specified series? -
Uses of PlayerInfo in edu.wisc.game.web
Fields in edu.wisc.game.web with type parameters of type PlayerInfoModifier and TypeFieldDescriptionprotected HashMap<String,
Vector<PlayerInfo>> LaunchRulesBase.allPlayers
All PlayerInfo objects associated with this repeat user