|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--fate.world.WorldObject
Base class for any object in the Fate "World".
| Field Summary | |
int |
id
World object id. |
java.lang.String |
name
Display name of object. |
WorldObject |
parent
Parent object. |
| Constructor Summary | |
WorldObject()
Creates new WorldObject |
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public int id
public WorldObject parent
public java.lang.String name
| Constructor Detail |
public WorldObject()
| Method Detail |
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||