Uses of Class
gg.xp.xivdata.data.CombatJobSelection
Packages that use CombatJobSelection
-
Uses of CombatJobSelection in gg.xp.xivdata.data
Methods in gg.xp.xivdata.data that return CombatJobSelectionModifier and TypeMethodDescriptionstatic CombatJobSelectionCombatJobSelection.all()CombatJobSelection.copy()static CombatJobSelectionCombatJobSelection.none() -
Uses of CombatJobSelection in gg.xp.xivsupport.timelines
Fields in gg.xp.xivsupport.timelines declared as CombatJobSelectionMethods in gg.xp.xivsupport.timelines that return CombatJobSelectionModifier and TypeMethodDescription@Nullable CombatJobSelectionCustomTimelineEntry.getEnabledJobs()Constructors in gg.xp.xivsupport.timelines with parameters of type CombatJobSelectionModifierConstructorDescriptionCustomTimelineEntry(double time, @Nullable String name, @Nullable String sync, @Nullable CustomEventSyncController esc, @Nullable Double duration, @NotNull TimelineWindow timelineWindow, @Nullable Double jump, @Nullable String jumpLabel, @Nullable Boolean forceJump, @Nullable URL legacyIcon, @Nullable TimelineIcon newIcon, @Nullable TimelineReference replaces, boolean disabled, String importSource, boolean callout, double calloutPreTime, @Nullable CombatJobSelection jobs) CustomTimelineEntry(double time, @Nullable String name, @Nullable String sync, @Nullable CustomEventSyncController esc, @Nullable Double duration, @NotNull TimelineWindow timelineWindow, @Nullable Double jump, @Nullable String jumpLabel, @Nullable Boolean forceJump, @Nullable URL legacyIcon, @Nullable TimelineReference replaces, boolean disabled, String importSource, boolean callout, double calloutPreTime, @Nullable CombatJobSelection jobs) Deprecated.