Package gg.xp.postnamazu
Class PnOutgoingMessage
java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.postnamazu.PnOutgoingMessage
- All Implemented Interfaces:
Event
,HasPrimaryValue
,Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionPnOutgoingMessage
(String command, gg.xp.postnamazu.PnQueueType queueType, Object payload) PnOutgoingMessage
(String command, Object payload) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic PnOutgoingMessage
gg.xp.postnamazu.PnQueueType
static PnOutgoingMessage
mark
(long actorId, MarkerSign marker) static PnOutgoingMessage
mark
(XivEntity entity, MarkerSign marker) static PnOutgoingMessage
markerCommand
(String command) Methods inherited from class gg.xp.reevent.events.BaseEvent
delayedEnqueueAt, effectiveTimeNow, getCreatedAt, getEffectiveHappenedAt, getEffectiveTimeSince, getEnqueuedAt, getHappenedAt, getParent, getPumpedAt, getPumpFinishedAt, getSourceEventHandler, isImported, setDelayedEnqueueAt, setDelayedEnqueueOffset, setDelayedEnqueueOffset, setEnqueuedAt, setHappenedAt, setImported, setParent, setPumpedAt, setPumpFinishedAt, setSourceEventHandler, setTimeSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gg.xp.reevent.events.Event
combineWith, delayedEnqueueAtFront, dumpFields, getThisOrParentOfType, shouldSave
-
Constructor Details
-
PnOutgoingMessage
Deprecated. -
PnOutgoingMessage
-
-
Method Details
-
getCommand
-
getPayload
-
getQueueType
public gg.xp.postnamazu.PnQueueType getQueueType() -
getPrimaryValue
- Specified by:
getPrimaryValue
in interfaceHasPrimaryValue
- Returns:
- A text description of this object. Should be user-friendly and not over-the-top technical (fine-grained
details belong in other fields, or in the
Object.toString()
method).
-
command
-
markerCommand
-
mark
-
mark
-