Package | Description |
---|---|
uwcse.sim |
Modifier and Type | Field and Description |
---|---|
static Offset |
WorldModel.EAST
Often used offset representing the neighboring cell to the east.
|
static Offset |
WorldModel.NORTH
Often used offset representing the neighboring cell to the north.
|
static Offset |
WorldModel.NORTHEAST
Often used offset representing the neighboring cell to the northeast.
|
static Offset |
WorldModel.NORTHWEST
Often used offset representing the neighboring cell to the northwest.
|
static Offset |
WorldModel.SOUTH
Often used offset representing the neighboring cell to the south.
|
static Offset |
WorldModel.SOUTHEAST
Often used offset representing the neighboring cell to the southeast.
|
static Offset |
WorldModel.SOUTHWEST
Often used offset representing the neighboring cell to the southwest.
|
static Offset |
WorldModel.WEST
Often used offset representing the neighboring cell to the west.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
WorldModel.getThings(Thing t,
Offset dir)
Get the things that inhabit the cell that is in the given
direction from the cell inhabited by the given thing.
|