-
Returns the value of the timelineWindow
record component.
The relative window in which this entry can be synced to
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 icon,
@Nullable TimelineReference replaces,
boolean disabled,
String importSource,
boolean callout,
double calloutPreTime,
@Nullable CombatJobSelection jobs)
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 icon,
@Nullable TimelineReference replaces,
boolean disabled,
boolean callout,
double calloutPreTime,
@Nullable String importSource)
Creates an instance of a TextFileTimelineEntry
record class.