Interface HasTargetEntity
- All Known Implementing Classes:
AbilityCastStart,AbilityResolvedEvent,AbilityUsedEvent,ActionSyncEvent,ActorControlExtraEvent,ActorControlSelfExtraEvent,AnimationLockEvent,AutoMarkRequest,BuffApplied,BuffRemoved,EntityKilledEvent,FRU.FruP1TetherEvent,GenericDamageEvent,GenericHealEvent,GroundTickEvent,HeadMarkerEvent,HpMpTickEvent,PlayerMarkerPlacedEvent,PlayerMarkerRemovedEvent,RawJobGaugeEvent,SpecificAutoMarkRequest,StatusEffectList,StatusLoopVfxApplied,StatusLoopVfxRemoved,TargetabilityUpdate,TetherEvent,TickEvent
public interface HasTargetEntity
Represents something with a target entity. For example, the target of an ability, or the entity receiving a buff.
-
Method Summary
-
Method Details
-
getTarget
XivCombatant getTarget()- 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).
-