Uses of Class
gg.xp.xivsupport.timelines.CustomEventSyncController
Packages that use CustomEventSyncController
-
Uses of CustomEventSyncController in gg.xp.xivsupport.timelines
Fields in gg.xp.xivsupport.timelines declared as CustomEventSyncControllerMethods in gg.xp.xivsupport.timelines that return CustomEventSyncControllerModifier and TypeMethodDescriptionstatic CustomEventSyncController
CustomEventSyncController.from
(EventSyncController other) Constructors in gg.xp.xivsupport.timelines with parameters of type CustomEventSyncControllerModifierConstructorDescriptionCustomTimelineEntry
(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.CustomTimelineEntry
(double time, @Nullable String name, @Nullable Pattern sync, @Nullable CustomEventSyncController esc, @Nullable Double duration, @NotNull TimelineWindow timelineWindow, @Nullable Double jump, @Nullable String jumpLabel, @Nullable Boolean forceJump, @Nullable TimelineIcon iconSpec, @Nullable TimelineReference replaces, boolean disabled, boolean callout, double calloutPreTime, @Nullable String importSource) CustomTimelineEntry
(double time, @Nullable String name, @Nullable Pattern 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, boolean callout, double calloutPreTime, @Nullable String importSource) Deprecated. -
Uses of CustomEventSyncController in gg.xp.xivsupport.timelines.gui
Fields in gg.xp.xivsupport.timelines.gui declared as CustomEventSyncControllerModifier and TypeFieldDescriptionfinal @Nullable CustomEventSyncController
SyncEditorGui.Result.value
Constructors in gg.xp.xivsupport.timelines.gui with parameters of type CustomEventSyncControllerModifierConstructorDescriptionResult
(boolean submitted, @Nullable CustomEventSyncController value)