Atavism Version 2018.1AGIS API

atavism.agis.plugins
Class QuestClient.StateStatusChangeMessage

java.lang.Object
  extended by atavism.msgsys.Message
      extended by atavism.msgsys.SubjectMessage
          extended by atavism.agis.plugins.QuestClient.StateStatusChangeMessage
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
QuestClient

public static class QuestClient.StateStatusChangeMessage
extends SubjectMessage

the quest plugin (usually via quest state object) has updated its state, and is alerting others (usually quest behavior) so that they can let the player know if their available actions have changed (such as ability to turn in a quest)

Author:
cedeno
See Also:
Serialized Form

Field Summary
 
Fields inherited from class atavism.msgsys.SubjectMessage
oid
 
Constructor Summary
QuestClient.StateStatusChangeMessage()
           
QuestClient.StateStatusChangeMessage(OID playerOid, int questRef)
           
 
Method Summary
 int getQuestRef()
           
 void setQuestRef(int questRef)
           
 
Methods inherited from class atavism.msgsys.SubjectMessage
getSubject, setSubject, toString
 
Methods inherited from class atavism.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.StateStatusChangeMessage

public QuestClient.StateStatusChangeMessage()

QuestClient.StateStatusChangeMessage

public QuestClient.StateStatusChangeMessage(OID playerOid,
                                            int questRef)
Method Detail

getQuestRef

public int getQuestRef()

setQuestRef

public void setQuestRef(int questRef)


Copyright © 2018 Dragonsan Studios Sp. z o.o.