Package gg.xp.xivsupport.gui.map.omen
Interface OmenInstance
- All Superinterfaces:
HasAbility
- All Known Implementing Classes:
CastFinishedOmen
,CastOmen
,InstantOmen
-
Method Summary
Modifier and TypeMethodDescription@NotNull ActionOmenInfo
info()
@Nullable Position
omenPosition
(Function<XivCombatant, Position> freshPosLookup) default float
radius()
@NotNull XivCombatant
source()
default Duration
timeDeltaFrom
(Instant compareTo) type()
Methods inherited from interface gg.xp.xivsupport.events.actlines.events.HasAbility
abilityIdMatches, getAbility
-
Method Details
-
happensAt
Instant happensAt()- Returns:
- The time the ability is expected fire (if casting) or when it actually did fire (if used)
-
timeDeltaFrom
-
source
-
omenPosition
-
type
OmenEventType type() -
info
-
radius
default float radius()
-