Uses of Class
org.gjt.universe.PlayerID

Packages that use PlayerID
org.gjt.universe   
 

Uses of PlayerID in org.gjt.universe
 

Fields in org.gjt.universe declared as PlayerID
protected  PlayerID TurnBase.PlayerNumber
           
static PlayerID PlayerUndefined.ID
           
private  PlayerID PlayerThread.AID
           
private static PlayerID PlayerBase.currentID
           
private  PlayerID PlayerBase.ID
           
 

Methods in org.gjt.universe that return PlayerID
(package private)  PlayerID TurnBase.getPlayerNumber()
           
(package private)  PlayerID PlayerThread.getID()
           
 PlayerID PlayerBase.getID()
           
 

Methods in org.gjt.universe with parameters of type PlayerID
static PlayerBase PlayerList.remove(PlayerID id)
          This method removes the given player from the master list of those currently in the game.
static PlayerBase PlayerList.get(PlayerID id)
          This method returns the player with the given ID.
(package private)  boolean GameEngine.submittedTurn(PlayerID pid)
          Discover whether a specified civ has submitted their turn in the current game turn.
 

Constructors in org.gjt.universe with parameters of type PlayerID
TurnDirect(PlayerID AID)
           
TurnBase(PlayerID AID)
           
PlayerThreadHuman(PlayerID AID)
           
PlayerThreadComputerTest(PlayerID AID)
           
PlayerThreadComputer(PlayerID AID)
           
PlayerThread(PlayerID AID)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.