Uses of Interface
gg.xp.xivsupport.timelines.TimelineEntry
-
Uses of TimelineEntry in gg.xp.xivsupport.timelines
Modifier and TypeClassDescriptionclass
class
final record
final record
class
Modifier and TypeMethodDescriptionTimelineProcessor.UpcomingTrigger.getEntry()
VisualTimelineEntry.originalTimelineEntry()
Returns the value of theoriginalTimelineEntry
record component.static @Nullable TimelineEntry
default TimelineEntry
TimelineEntry.untranslated()
The untranslated version of this entry.TranslatedTextFileEntry.untranslated()
Modifier and TypeMethodDescriptionList<? extends TimelineEntry>
TimelineManager.getCustomEntries
(long zoneId) TimelineProcessor.getEntries()
TimelineProcessor.getRawEntries()
static List<TimelineEntry>
TimelineParser.parseMultiple
(Collection<String> line) Modifier and TypeMethodDescriptionstatic CustomTimelineEntry
CustomTimelineEntry.cloneFor
(TimelineEntry other) static CustomTimelineLabel
CustomTimelineLabel.cloneFor
(TimelineEntry other) default int
TimelineEntry.compareTo
(@NotNull TimelineEntry o) Compare the times of this timeline entry vs another entryint
TranslatedTextFileEntry.compareTo
(@NotNull TimelineEntry o) static TimelineReference
TimelineReference.of
(TimelineEntry other) static CustomTimelineEntry
CustomTimelineEntry.overrideFor
(TimelineEntry other) static CustomTimelineLabel
CustomTimelineLabel.overrideFor
(TimelineEntry item) default boolean
TimelineEntry.shouldSupersede
(TimelineEntry that) Determine if another timeline entry should be replaced by this one.boolean
TranslatedTextFileEntry.shouldSupersede
(TimelineEntry that) Modifier and TypeMethodDescriptionstatic TimelineProcessor
TimelineProcessor.of
(TimelineManager manager, InputStream file, List<? extends TimelineEntry> extra, Job playerJob, LanguageReplacements replacements) ModifierConstructorDescriptionTranslatedTextFileEntry
(TimelineEntry untranslated, @Nullable String nameOverride, @Nullable Pattern syncOverride, @Nullable EventSyncController esc) VisualTimelineEntry
(TimelineEntry originalTimelineEntry, boolean isCurrentSync, double timeUntil, int barTimeBasis) Creates an instance of aVisualTimelineEntry
record class.