multiverse.mars.plugins
Class QuestClient.NewQuestStateMessage
java.lang.Object
multiverse.msgsys.Message
multiverse.msgsys.SubjectMessage
multiverse.mars.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
- 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(java.lang.Long playerOid,
QuestState questState)
getQuestState
public QuestState getQuestState()
setQuestState
public void setQuestState(QuestState questState)