|
JSettlers v1.0.6 API Built ${date} |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoc.game.SOCPlayingPiece
Playing pieces for Settlers of Catan
Field Summary | |
static int |
CITY
|
protected int |
coord
Where this piece is on the board |
static int |
MAXPLUSONE
|
static int |
MIN
|
protected int |
pieceType
The type of this playing piece |
protected SOCPlayer |
player
The player who owns this piece |
static int |
ROAD
Types of playing pieces |
static int |
SETTLEMENT
|
Constructor Summary | |
SOCPlayingPiece()
|
Method Summary | |
int |
getCoordinates()
|
SOCPlayer |
getPlayer()
|
int |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ROAD
public static final int SETTLEMENT
public static final int CITY
public static final int MIN
public static final int MAXPLUSONE
protected int pieceType
protected SOCPlayer player
protected int coord
Constructor Detail |
public SOCPlayingPiece()
Method Detail |
public int getType()
public SOCPlayer getPlayer()
public int getCoordinates()
public java.lang.String toString()
|
JSettlers v1.0.6 API Built ${date} |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |