atavism.agis.core
Class QuestNotifyStatus
java.lang.Object
atavism.agis.core.QuestNotifyStatus
- All Implemented Interfaces:
- java.io.Serializable
public class QuestNotifyStatus
- extends java.lang.Object
- implements java.io.Serializable
see QuestNotifyManager
this class describes whether the quest is available by the player
to 'take' or complete, with respect to an npc
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
available
public boolean available
concludable
public boolean concludable
QuestNotifyStatus
public QuestNotifyStatus()
QuestNotifyStatus
public QuestNotifyStatus(boolean isAvail,
boolean isConcludable)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object