public class PlatformType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PlatformType |
BAD_GUY |
static PlatformType |
LOITERER |
private java.lang.String |
name |
static PlatformType |
PASSERBY |
static PlatformType |
PATROL_BOAT |
Modifier | Constructor and Description |
---|---|
protected |
PlatformType(java.lang.String name)
Creates new PlatformTypes
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final PlatformType PATROL_BOAT
public static final PlatformType PASSERBY
public static final PlatformType LOITERER
public static final PlatformType BAD_GUY
private final java.lang.String name