Version 1.5APIs subject to change!

multiverse.mars.plugins
Class QuestClient.NewQuestStateMessage

java.lang.Object
  extended by multiverse.msgsys.Message
      extended by multiverse.msgsys.SubjectMessage
          extended by 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

Field Summary
 
Fields inherited from class multiverse.msgsys.SubjectMessage
oid
 
Constructor Summary
QuestClient.NewQuestStateMessage()
           
QuestClient.NewQuestStateMessage(java.lang.Long playerOid, QuestState questState)
           
 
Method Summary
 QuestState getQuestState()
           
 void setQuestState(QuestState questState)
           
 
Methods inherited from class multiverse.msgsys.SubjectMessage
getSubject, setSubject, toString
 
Methods inherited from class multiverse.msgsys.Message
getEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuestClient.NewQuestStateMessage

public QuestClient.NewQuestStateMessage()

QuestClient.NewQuestStateMessage

public QuestClient.NewQuestStateMessage(java.lang.Long playerOid,
                                        QuestState questState)
Method Detail

getQuestState

public QuestState getQuestState()

setQuestState

public void setQuestState(QuestState questState)


Copyright © 2008 The Multiverse Network, Inc.