Package | Description |
---|---|
de.smarten.tsuro.shared.gamemodel |
The GameModel package is used by every other component of our software.
|
Modifier and Type | Method and Description |
---|---|
Path |
Path.getCounterpart() |
Path |
IPath.getCounterpart()
This method calculates the path going the opposite direction of the given path
|
Path[] |
Tile.getPaths() |
Path[] |
ConfigurableTile.getPaths()
Returns the path array of the tile.
|
Path[] |
IConfigurableTile.getPaths() |
Constructor and Description |
---|
ConfigurableTile(Path[] paths,
Rotation rotation)
The constructor takes four paths and a rotation
|
Copyright © 2017 smarTen. All rights reserved.