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 SummaryConstructorsConstructorDescriptionGenericHealEvent(XivCombatant source, XivCombatant target, XivAbility ability, long amount, HitSeverity severity) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class gg.xp.reevent.events.BaseEventdelayedEnqueueAt, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gg.xp.reevent.events.EventcombineWith, delayedEnqueueAtFront, dumpFields, getThisOrParentOfType, shouldSaveMethods inherited from interface gg.xp.xivsupport.events.actlines.events.HasAbilityabilityIdMatchesMethods inherited from interface gg.xp.xivsupport.events.actlines.events.HasEffectsgetDamage, getEffectsOfType
- 
Constructor Details- 
GenericHealEventpublic GenericHealEvent(XivCombatant source, XivCombatant target, XivAbility ability, long amount, HitSeverity severity) 
 
- 
- 
Method Details- 
getEffects- Specified by:
- getEffectsin interface- HasEffects
 
- 
getSource- Specified by:
- getSourcein interface- HasSourceEntity
- 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:
- getTargetin interface- HasTargetEntity
- 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:
- getAbilityin interface- HasAbility
 
 
-