soc.game
Interface SOCResourceConstants
- All Known Implementing Classes:
- SOCPlayer
- public interface SOCResourceConstants
This is a list of constants for representing
types of resources in Settlers of Catan.
|
Field Summary |
static int |
CLAY
Warning: Don't mess with these constants, other pieces
of code depend on these numbers staying like this. |
static int |
MAXPLUSONE
|
static int |
MIN
|
static int |
ORE
|
static int |
SHEEP
|
static int |
UNKNOWN
|
static int |
WHEAT
|
static int |
WOOD
|
CLAY
public static final int CLAY
- Warning: Don't mess with these constants, other pieces
of code depend on these numbers staying like this.
Clay is first, Wood is last, Unknown is after wood.
- See Also:
- Constant Field Values
ORE
public static final int ORE
- See Also:
- Constant Field Values
SHEEP
public static final int SHEEP
- See Also:
- Constant Field Values
WHEAT
public static final int WHEAT
- See Also:
- Constant Field Values
WOOD
public static final int WOOD
- See Also:
- Constant Field Values
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
MIN
public static final int MIN
- See Also:
- Constant Field Values
MAXPLUSONE
public static final int MAXPLUSONE
- See Also:
- Constant Field Values