soc.game
Interface SOCDevCardConstants

All Known Implementing Classes:
SOCPlayer

public interface SOCDevCardConstants

This is a list of constants for representing types of development cards in Settlers of Catan. MIN is the lowest value, MAX_KNOWN is highest "known", and UNKNOWN is higher than MAX_KNOWN.


Field Summary
static int CAP
           
static int DISC
           
static int KNIGHT
           
static int LIB
           
static int MAX_KNOWN
           
static int MAXPLUSONE
           
static int MIN
           
static int MONO
           
static int ROADS
           
static int TEMP
           
static int TOW
           
static int UNIV
           
static int UNKNOWN
          Dev-card of unknown type, for reporting to other players
 

Field Detail

MIN

public static final int MIN
See Also:
Constant Field Values

KNIGHT

public static final int KNIGHT
See Also:
Constant Field Values

ROADS

public static final int ROADS
See Also:
Constant Field Values

DISC

public static final int DISC
See Also:
Constant Field Values

MONO

public static final int MONO
See Also:
Constant Field Values

CAP

public static final int CAP
See Also:
Constant Field Values

LIB

public static final int LIB
See Also:
Constant Field Values

UNIV

public static final int UNIV
See Also:
Constant Field Values

TEMP

public static final int TEMP
See Also:
Constant Field Values

TOW

public static final int TOW
See Also:
Constant Field Values

MAX_KNOWN

public static final int MAX_KNOWN
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
Dev-card of unknown type, for reporting to other players

See Also:
Constant Field Values

MAXPLUSONE

public static final int MAXPLUSONE
See Also:
Constant Field Values