public interface SatelliteData
| Modifier and Type | Method and Description |
|---|---|
double |
getMovementCost()
Returns the movement cost when moving over the Hexagon.
|
boolean |
isOpaque() |
boolean |
isPassable()
Tells whether the Hexagon can be passed over when moving around the map or not.
|
void |
setMovementCost(double movementCost)
Sets the movement cost.
|
void |
setOpaque(boolean opaque)
Set whether the
Hexagon can be seen through. |
void |
setPassable(boolean passable)
Sets whether the Hexagon is passable or not.
|
boolean isPassable()
void setPassable(boolean passable)
passable - passable?boolean isOpaque()
Hexagon can bee seen through, false otherwise.void setOpaque(boolean opaque)
Hexagon can be seen through.opaque - is opaque?double getMovementCost()
void setMovementCost(double movementCost)
movementCost - movement costCopyright © 2016. All rights reserved.