Package | Description |
---|---|
game |
Modifier and Type | Method and Description |
---|---|
Truck.Status |
Truck.getStatus()
Return the current status of this Truck, either TRAVELING or WAITING.
|
static Truck.Status |
Truck.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Truck.Status[] |
Truck.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|