|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerType | |
universe.server | |
universe.server.database |
Uses of PlayerType in universe.server |
Methods in universe.server with parameters of type PlayerType | |
void |
GameOptions.addPlayer(PlayerType type)
|
Uses of PlayerType in universe.server.database |
Fields in universe.server.database declared as PlayerType | |
static PlayerType |
PlayerType.UNDEFINED
|
static PlayerType |
PlayerType.HUMAN
|
static PlayerType |
PlayerType.COMPUTER
|
private PlayerType |
CivOptions.myPlayerType
|
Methods in universe.server.database that return PlayerType | |
static PlayerType |
PlayerType.FindByKey(java.lang.String aKey)
This class method returns the player type instance matching the given key, or null if there isn't one. |
static PlayerType |
PlayerType.FindByDescription(java.lang.String aDescription)
This class method returns the player type instance matching the given localized description, or null if there isn't one. |
PlayerType |
CivOptions.getPlayerType()
This method returns the player type stored in the receiving instance. |
Methods in universe.server.database with parameters of type PlayerType | |
void |
CivOptions.setPlayerType(PlayerType newValue)
This method sets the player type to be stored in the receiving instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |