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 TypeClassDescriptionclass
class
final record
final record
class
Methods in gg.xp.xivsupport.timelines that return TimelineEntryModifier 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()
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 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) Method parameters in gg.xp.xivsupport.timelines with type arguments of type TimelineEntryModifier and TypeMethodDescriptionstatic TimelineProcessor
TimelineProcessor.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 aVisualTimelineEntry
record class.