|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectworld.WorldObject
A world object.
Field Summary | |
private Location |
location
A location of this world object. |
java.lang.String |
name
A name of this world object. |
Constructor Summary | |
WorldObject(Location location,
java.lang.String name)
Constructor. |
Method Summary | |
Location |
GetLocation()
Gets the location of this world object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Location location
public java.lang.String name
Constructor Detail |
public WorldObject(Location location, java.lang.String name)
location
- A location of the new world object.name
- A name of this world object.Method Detail |
public Location GetLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |