public class QuestAvailableEvent extends Event
Constructor and Description |
---|
QuestAvailableEvent() |
QuestAvailableEvent(AgisMob user,
AgisMob questGiver,
boolean isAvail,
boolean isConclude) |
QuestAvailableEvent(AOByteBuffer buf,
ClientConnection con) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
OID |
getQuestGiverOid() |
boolean |
isAvailable() |
void |
isAvailable(boolean flag) |
boolean |
isConcludable() |
void |
isConcludable(boolean flag) |
void |
parseBytes(AOByteBuffer buf)
load this event from the passed in buffer
called by the constructor
|
void |
setQuestGiverOid(OID oid) |
AOByteBuffer |
toBytes() |
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString
public QuestAvailableEvent()
public QuestAvailableEvent(AOByteBuffer buf, ClientConnection con)
public void setQuestGiverOid(OID oid)
public OID getQuestGiverOid()
public void isAvailable(boolean flag)
public boolean isAvailable()
public void isConcludable(boolean flag)
public boolean isConcludable()
public AOByteBuffer toBytes()
public void parseBytes(AOByteBuffer buf)
Event
parseBytes
in interface EventParser
parseBytes
in class Event