public class PlayerType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PlayerType |
Closed |
static PlayerType |
Computer |
static PlayerType |
ComputerLeft |
static PlayerType |
EitherPreferComputer |
static PlayerType |
EitherPreferHuman |
static PlayerType |
Neutral |
static PlayerType |
None |
static PlayerType |
Player |
static PlayerType |
PlayerLeft |
static PlayerType |
RescuePassive |
static PlayerType |
Unknown |
public static PlayerType None
public static PlayerType Computer
public static PlayerType Player
public static PlayerType RescuePassive
public static PlayerType EitherPreferComputer
public static PlayerType EitherPreferHuman
public static PlayerType Neutral
public static PlayerType Closed
public static PlayerType PlayerLeft
public static PlayerType ComputerLeft
public static PlayerType Unknown