|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.mud4j.world.Direction
public class Direction
Direction to define different directions for dynamic direction management to add west, east, north, south, etc...
Constructor Summary | |
---|---|
Direction(java.lang.String directionName)
Creates a direction with a name such as "north" or "south". |
Method Summary | |
---|---|
java.lang.String |
getDirectionName()
Get name of direction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Direction(java.lang.String directionName)
directionName
- Name of the direction.Method Detail |
---|
public java.lang.String getDirectionName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |