| Package | Description |
|---|---|
| jadeutils.sandtable.model | |
| jadeutils.sandtable.status | |
| jadeutils.sandtable.tools |
| Modifier and Type | Method and Description |
|---|---|
Direction |
Area.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Area.setDirection(Direction direction) |
| Constructor and Description |
|---|
Area(int cordX,
int cordY,
String landformId,
Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
MoveUtils.move(SandTable sandTable,
int x,
int y,
Direction direction,
int speed,
int time) |
Copyright © 2016. All rights reserved.