atavism.agis.plugins
Class QuestClient.NewQuestStateMessage
java.lang.Object
atavism.msgsys.Message
atavism.msgsys.SubjectMessage
atavism.agis.plugins.QuestClient.NewQuestStateMessage
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- QuestClient
public static class QuestClient.NewQuestStateMessage
- extends SubjectMessage
client accepted a quest, so the quest behavior has created a quest state object
and is now alerting the quest plugin about it so it can keep track of it
- Author:
- cedeno
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QuestClient.NewQuestStateMessage
public QuestClient.NewQuestStateMessage()
QuestClient.NewQuestStateMessage
public QuestClient.NewQuestStateMessage(OID playerOid,
QuestState questState)
getQuestState
public QuestState getQuestState()
setQuestState
public void setQuestState(QuestState questState)