Uses of Interface
gg.xp.xivsupport.timelines.TimelineEntry
Packages that use TimelineEntry
-
Uses of TimelineEntry in gg.xp.xivsupport.timelines
Subinterfaces of TimelineEntry in gg.xp.xivsupport.timelinesClasses in gg.xp.xivsupport.timelines that implement TimelineEntryModifier and TypeClassDescriptionclassclassfinal recordfinal recordclassMethods in gg.xp.xivsupport.timelines that return TimelineEntryModifier and TypeMethodDescriptionTimelineProcessor.UpcomingTrigger.getEntry()VisualTimelineEntry.originalTimelineEntry()Returns the value of theoriginalTimelineEntryrecord component.static @Nullable TimelineEntrydefault TimelineEntryTimelineEntry.untranslated()The untranslated version of this entry.TranslatedTextFileEntry.untranslated()Methods in gg.xp.xivsupport.timelines that return types with arguments of type TimelineEntryModifier and TypeMethodDescriptionList<? extends TimelineEntry>TimelineManager.getCustomEntries(long zoneId) TimelineProcessor.getEntries()TimelineProcessor.getRawEntries()static List<TimelineEntry>TimelineParser.parseMultiple(Collection<String> line) Methods in gg.xp.xivsupport.timelines with parameters of type TimelineEntryModifier and TypeMethodDescriptionstatic CustomTimelineEntryCustomTimelineEntry.cloneFor(TimelineEntry other) static CustomTimelineLabelCustomTimelineLabel.cloneFor(TimelineEntry other) default intTimelineEntry.compareTo(@NotNull TimelineEntry o) Compare the times of this timeline entry vs another entryintTranslatedTextFileEntry.compareTo(@NotNull TimelineEntry o) static TimelineReferenceTimelineReference.of(TimelineEntry other) static CustomTimelineEntryCustomTimelineEntry.overrideFor(TimelineEntry other) static CustomTimelineLabelCustomTimelineLabel.overrideFor(TimelineEntry item) default booleanTimelineEntry.shouldSupersede(TimelineEntry that) Determine if another timeline entry should be replaced by this one.booleanTranslatedTextFileEntry.shouldSupersede(TimelineEntry that) Method parameters in gg.xp.xivsupport.timelines with type arguments of type TimelineEntryModifier and TypeMethodDescriptionstatic TimelineProcessorTimelineProcessor.of(TimelineManager manager, InputStream file, List<? extends TimelineEntry> extra, Job playerJob, LanguageReplacements replacements) Constructors in gg.xp.xivsupport.timelines with parameters of type TimelineEntryModifierConstructorDescriptionTranslatedTextFileEntry(TimelineEntry untranslated, @Nullable String nameOverride, @Nullable Pattern syncOverride, @Nullable EventSyncController esc) VisualTimelineEntry(TimelineEntry originalTimelineEntry, boolean isCurrentSync, double timeUntil, int barTimeBasis) Creates an instance of aVisualTimelineEntryrecord class.