| Package | Description |
|---|---|
| pl.joegreen.sergeants.framework.model |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableMap<Integer,FieldTerrainType> |
FieldTerrainType.NUMBER_TO_TERRAIN_TYPE |
| Modifier and Type | Method and Description |
|---|---|
FieldTerrainType |
Field.getTerrainType() |
static FieldTerrainType |
FieldTerrainType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldTerrainType[] |
FieldTerrainType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Field(GameStateFieldContext gameStateContext,
Position position,
FieldTerrainType terrainType) |
VisibleField(GameStateFieldContext gameStateContext,
Position position,
FieldTerrainType terrainType,
Optional<Integer> ownerIndex,
int army,
boolean city,
boolean general) |
Copyright © 2017. All rights reserved.