public interface IConfigurableTile
ConfigurableTileInterface
contains all the method frames for a ConfigurableTile
object.
A ConfigurableTile
stores the detailed informations on one tile and gives the opportunity to
change the tile's paths and rotation.
In contrast to Tile
a ConfigurableTile
does not only store
the tile's ID and it's rotation, but the exact paths on a specific tile. That enables the
the tile to be changed in any of it's aspects.Modifier and Type | Method and Description |
---|---|
Path[] |
getPaths() |
void |
setRotation(Rotation newDirection) |
Copyright © 2017 smarTen. All rights reserved.