public interface SatelliteData extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
getMovementCost()
Returns the movement cost when moving over the Hexagon.
|
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 |
setPassable(boolean passable)
Sets whether the Hexagon is passable or not.
|
boolean isPassable()
void setPassable(boolean passable)
double getMovementCost()
void setMovementCost(double movementCost)
Copyright © 2016. All rights reserved.