Class SpecificAutoMarkRequest
java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.triggers.marks.adv.SpecificAutoMarkRequest
- All Implemented Interfaces:
Event
,Handleable
,HasPlayerHeadMarker
,HasPrimaryValue
,HasTargetEntity
,Serializable
public class SpecificAutoMarkRequest
extends BaseEvent
implements HasPrimaryValue, HasTargetEntity, HasPlayerHeadMarker, Handleable
- See Also:
-
Constructor Summary
-
Method Summary
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, wait, wait, wait
Methods inherited from interface gg.xp.reevent.events.Event
combineWith, delayedEnqueueAtFront, dumpFields, getThisOrParentOfType, shouldSave
-
Constructor Details
-
SpecificAutoMarkRequest
-
-
Method Details
-
getPlayerToMark
-
getTarget
- Specified by:
getTarget
in interfaceHasTargetEntity
- Returns:
- The target of this action. Note that this is a snapshot of the target at the point in time when the
action occurred. To see the current data, use
XivState.getLatestCombatantData(XivCombatant)
.
-
getMarker
- Specified by:
getMarker
in interfaceHasPlayerHeadMarker
-
extraDescription
- Specified by:
extraDescription
in interfaceHasPlayerHeadMarker
-
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).
-
toString
-
isHandled
public boolean isHandled()- Specified by:
isHandled
in interfaceHandleable
-
setHandled
public void setHandled()- Specified by:
setHandled
in interfaceHandleable
-