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
Constructors -
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, setTimeSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface gg.xp.reevent.events.Event
combineWith, delayedEnqueueAtFront, dumpFields, getThisOrParentOfType, shouldSave
-
Constructor Details
-
SpecificAutoMarkRequest
-
-
Method Details
-
getPlayerToMark
-
getTarget
- Specified by:
getTargetin 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:
getMarkerin interfaceHasPlayerHeadMarker
-
extraDescription
- Specified by:
extraDescriptionin interfaceHasPlayerHeadMarker
-
getPrimaryValue
- Specified by:
getPrimaryValuein 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:
isHandledin interfaceHandleable
-
setHandled
public void setHandled()- Specified by:
setHandledin interfaceHandleable
-