|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.jadv.basic.SavedObject
|
+--org.jadv.basic.JAdvObject
|
+--org.jadv.basic.Location
|
+--org.jadv.basic.Portal
A Portal is a special Location. This Location sends all elements to a target destination.
| Field Summary | |
(package private) java.lang.String |
_Target
|
| Fields inherited from class org.jadv.basic.Location |
|
| Fields inherited from class org.jadv.basic.JAdvObject |
_children, _description, _HeartBeatTime, _Size |
| Fields inherited from class org.jadv.basic.SavedObject |
ObjMan |
| Constructor Summary | |
Portal()
|
|
| Method Summary | |
void |
addChild(JAdvObject obj)
In this function another move-Request is sent to the event-queue |
void |
init(java.util.HashMap attribs)
initialize the Portal |
void |
save()
saves the local variables to their attributes |
| Methods inherited from class org.jadv.basic.Location |
canMoveIn, getIsBlocked, getNextLocationName, setNextLocationName |
| Methods inherited from class org.jadv.basic.JAdvObject |
canMoveOut, create, destroyObject, disableHeartBeat, enableHeartBeat, getDescription, getMasterParentID, getOldParentID, getParentID, getSight, getSize, HeartBeat, removeChild, reset, sendPlayerEvent, setDescription, setMasterParentID_DEEP, setMasterParentID, setOldParentID, setParentID, setSize, setTimer, timer |
| Methods inherited from class org.jadv.basic.SavedObject |
addEvent, canBeSwapped, createAttributes, createObject, createObject, createUUID, findObject, getAttribute, getAttributes, getAutoStart, getDeveloper, getId, getIntAttribute, getIntAttribute, getName, getNext, getPrev, hexFormat, isChanged, isValid, loadObject, markChanged, markNotChanged, mergeAttributes, removeFromList, replaceObject, replaceObject, saveObject, setAttribute, setId, setIntAttribute, setName, storeAfter, swapOut |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String _Target
| Constructor Detail |
public Portal()
| Method Detail |
public void init(java.util.HashMap attribs)
init in class Locationattribs - - Attributes of portalpublic void save()
save in class Locationpublic void addChild(JAdvObject obj)
addChild in class Locationobj - - object to add to this objects.JAdvObject.addChild(org.jadv.basic.JAdvObject)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||