Class FRU.FruP1TetherEvent
java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.triggers.ultimate.FRU.FruP1TetherEvent
- All Implemented Interfaces:
Event
,HasAbility
,HasSourceEntity
,HasTargetEntity
,Serializable
- Enclosing class:
- FRU
public static class FRU.FruP1TetherEvent
extends BaseEvent
implements HasSourceEntity, HasTargetEntity, HasAbility
- See Also:
-
Constructor Summary
ConstructorDescriptionFruP1TetherEvent
(AbilityCastStart cast, XivCombatant source, XivPlayerCharacter target) -
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, 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
-
Constructor Details
-
FruP1TetherEvent
-
-
Method Details
-
getMechType
-
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
-
getCastEvent
-
isLightning
public boolean isLightning() -
isFire
public boolean isFire()
-