Package gg.xp.xivsupport.events.fflogs
Class GenericHealEvent
java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.fflogs.GenericHealEvent
- All Implemented Interfaces:
Event
,HasAbility
,HasEffects
,HasSourceEntity
,HasTargetEntity
,Serializable
public class GenericHealEvent
extends BaseEvent
implements HasSourceEntity, HasTargetEntity, HasAbility, HasEffects
- See Also:
-
Constructor Summary
ConstructorDescriptionGenericHealEvent
(XivCombatant source, XivCombatant target, XivAbility ability, long amount, HitSeverity severity) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
Methods inherited from interface gg.xp.xivsupport.events.actlines.events.HasAbility
abilityIdMatches
Methods inherited from interface gg.xp.xivsupport.events.actlines.events.HasEffects
getDamage, getEffectsOfType
-
Constructor Details
-
GenericHealEvent
public GenericHealEvent(XivCombatant source, XivCombatant target, XivAbility ability, long amount, HitSeverity severity)
-
-
Method Details
-
getEffects
- Specified by:
getEffects
in interfaceHasEffects
-
getSource
- Specified by:
getSource
in interfaceHasSourceEntity
- Returns:
- The source of this action. Note that this is a snapshot of the source at the point in time when the
action occurred. To see the current data, use
XivState.getLatestCombatantData(XivCombatant)
.
-
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)
.
-
getAbility
- Specified by:
getAbility
in interfaceHasAbility
-