public class Area extends Object
| Constructor and Description |
|---|
Area(int cordX,
int cordY) |
Area(int cordX,
int cordY,
String landformId,
Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCordX() |
int |
getCordY() |
Direction |
getDirection() |
String |
getLandformId() |
void |
setDirection(Direction direction) |
void |
setLandformId(String landformId) |
Copyright © 2016. All rights reserved.