Atavism Version 2018.1AGIS API

atavism.agis.events
Class QuestLogInfo

java.lang.Object
  extended by atavism.server.engine.Event
      extended by atavism.agis.events.QuestLogInfo
All Implemented Interfaces:
EventParser

public class QuestLogInfo
extends Event


Constructor Summary
QuestLogInfo()
           
QuestLogInfo(AOByteBuffer buf, ClientConnection con)
           
 
Method Summary
 java.lang.String getName()
           
 java.util.List<QuestInfo.Reward> getRewards()
           
 void parseBytes(AOByteBuffer buf)
          load this event from the passed in buffer called by the constructor
 void setRewards(java.util.List<QuestInfo.Reward> rewards)
           
 AOByteBuffer toBytes()
           
 
Methods inherited from class atavism.server.engine.Event
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuestLogInfo

public QuestLogInfo()

QuestLogInfo

public QuestLogInfo(AOByteBuffer buf,
                    ClientConnection con)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Event

setRewards

public void setRewards(java.util.List<QuestInfo.Reward> rewards)

getRewards

public java.util.List<QuestInfo.Reward> getRewards()

toBytes

public AOByteBuffer toBytes()
Specified by:
toBytes in class Event

parseBytes

public void parseBytes(AOByteBuffer buf)
Description copied from class: Event
load this event from the passed in buffer called by the constructor

Specified by:
parseBytes in interface EventParser
Specified by:
parseBytes in class Event


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