|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TileLocation
Location that represents a single tile that contains directions that link to other locations.
| Method Summary | |
|---|---|
void |
addDirection(Direction direction)
Add a direction to the location. |
java.util.List<Direction> |
getDirections()
Get list of directions for the location. |
void |
removeDirection(Direction direction)
Remove a direction from the location. |
| Methods inherited from interface net.sf.mud4j.world.Location |
|---|
move |
| Methods inherited from interface net.sf.mud4j.effect.Effectable |
|---|
getEffectBehavior, setEffectBehavior |
| Method Detail |
|---|
void addDirection(Direction direction)
direction - Direction to add to the location.void removeDirection(Direction direction)
direction - to remove from the location.java.util.List<Direction> getDirections()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||