Uses of Record Class
gg.xp.xivsupport.gui.map.omen.ActionOmenInfo
Packages that use ActionOmenInfo
-
Uses of ActionOmenInfo in gg.xp.xivsupport.gui.map.omen
Methods in gg.xp.xivsupport.gui.map.omen that return ActionOmenInfoModifier and TypeMethodDescriptionstatic ActionOmenInfo
ActionOmenInfo.fromAction
(long id) static @Nullable ActionOmenInfo
ActionOmenInfo.fromActionInfo
(ActionInfo ai) @NotNull ActionOmenInfo
CastFinishedOmen.info()
@NotNull ActionOmenInfo
CastOmen.info()
InstantOmen.info()
@NotNull ActionOmenInfo
OmenInstance.info()
Constructors in gg.xp.xivsupport.gui.map.omen with parameters of type ActionOmenInfoModifierConstructorDescriptionCastFinishedOmen
(AbilityUsedEvent aue, @NotNull AbilityCastStart preCast, ActionOmenInfo info) CastOmen
(AbilityCastStart acs, ActionOmenInfo info) InstantOmen
(AbilityUsedEvent aue, ActionOmenInfo info)