|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
---|---|
net.sf.mud4j.world | Provides interfaces and classes for locations, areas, and worlds. |
Uses of Direction in net.sf.mud4j.world |
---|
Methods in net.sf.mud4j.world that return types with arguments of type Direction | |
---|---|
java.util.List<Direction> |
TileLocation.getDirections()
Get list of directions for the location. |
java.util.List<Direction> |
Room.getDirections()
Get list of directions for the location. |
Methods in net.sf.mud4j.world with parameters of type Direction | |
---|---|
void |
TileLocation.addDirection(Direction direction)
Add a direction to the location. |
void |
Room.addDirection(Direction direction)
Add a direction to the location. |
void |
TileLocation.removeDirection(Direction direction)
Remove a direction from the location. |
void |
Room.removeDirection(Direction direction)
Remove a direction from the location. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |