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 PlayerInfoPlayerResponse.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 booleanPairing.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.voidPlayerInfo.linkToPartner(PlayerInfo _partner, int myRole) Sets links in both directionsstatic voidPairing.newPlayerRegistration(PlayerInfo p) Called on /newPlayer (from PlayerResponse()), to check if the new (or restored) player needs to be paired.voidEpisodeInfo.setPlayer(PlayerInfo _player) static intPairing.whoWillStartEpisode(PlayerInfo p, int seriesNo, int epiNo) static intPairing.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.allPlayersAll PlayerInfo objects associated with this repeat user