Modifier and Type | Method and Description |
---|---|
Tile.Type |
Tile.getType()
Returns the Type of this Tile.
|
static Tile.Type |
Tile.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tile.Type[] |
Tile.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Tile(int r,
int c,
int g,
Tile.Type t)
Constructs a new Tile parameterized on its row, column, gold, and Type.
|