|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerType | |
org.gjt.universe |
Uses of PlayerType in org.gjt.universe |
Fields in org.gjt.universe declared as PlayerType | |
static PlayerType |
PlayerType.UNDEFINED
|
static PlayerType |
PlayerType.HUMAN
|
static PlayerType |
PlayerType.COMPUTER
|
private PlayerType |
CivOptions.myPlayerType
|
Methods in org.gjt.universe 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 org.gjt.universe 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 |