public class AdjacentTileIndex extends TileIndex
# getAdjacentTiles ()
Modifier and Type | Class and Description |
---|---|
static class |
AdjacentTileIndex.AdjacentEdge |
Modifier and Type | Field and Description |
---|---|
AdjacentTileIndex.AdjacentEdge[] |
adjacentEdges
The edges
MultiTile adjacent / shared with |
columnIndex, rowIndex
Constructor and Description |
---|
AdjacentTileIndex(AdjacentTileIndex tileIndex) |
AdjacentTileIndex(int colIndex, int rowIndex, AdjacentTileIndex.AdjacentEdge... edges) |
AdjacentTileIndex(TileIndex tileIndex, AdjacentTileIndex.AdjacentEdge... edges) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Determines whether the specified Object object is the same as the current object.
|
int |
hashCode()
Gets the hash code value for the current object.
|
java.lang.String |
toString()
Returns tile index in the form of a string.
|
public AdjacentTileIndex.AdjacentEdge[] adjacentEdges
MultiTile
adjacent / shared withpublic AdjacentTileIndex(int colIndex, int rowIndex, AdjacentTileIndex.AdjacentEdge... edges)
public AdjacentTileIndex(TileIndex tileIndex, AdjacentTileIndex.AdjacentEdge... edges)
public AdjacentTileIndex(AdjacentTileIndex tileIndex)
public boolean equals(java.lang.Object other)
TileIndex
Determines whether the specified Object object is the same as the current object.
public int hashCode()
TileIndex
Gets the hash code value for the current object.