|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.planet_ink.coffee_mud.Common.DefaultQuest.PreservedQuestObject
public static class DefaultQuest.PreservedQuestObject
Objects selected for use by a quest can be preserved or released from quest-state to quest-state. This object maps a world object in use to its quest-states remaining.
Field Summary | |
---|---|
PhysicalAgent |
obj
|
int |
preserveState
|
Constructor Summary | |
---|---|
DefaultQuest.PreservedQuestObject(PhysicalAgent o,
int state)
|
Method Summary | |
---|---|
static java.util.Iterator<PhysicalAgent> |
getPOIter(java.util.List<DefaultQuest.PreservedQuestObject> o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int preserveState
public PhysicalAgent obj
Constructor Detail |
---|
public DefaultQuest.PreservedQuestObject(PhysicalAgent o, int state)
Method Detail |
---|
public static java.util.Iterator<PhysicalAgent> getPOIter(java.util.List<DefaultQuest.PreservedQuestObject> o)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |