All Classes and Interfaces
Class
Description
Owns and drives every
AnimationTimeline.Tracks cooldowns for the local client, keyed by a namespaced key.
A
Countdown running against the local Minecraft client context, with chat-display convenience methods.Countdown factory running against the local
Minecraft client context.General-purpose task scheduler running against the local
Minecraft client context - one-off delays,
repeating tasks, and step sequences.A single active cooldown, returned by
ServerCooldownManager/ClientCooldownManager.A single countdown-to-zero task, produced by
ServerCountdownManager.start(Duration) / ClientCountdownManager.start(Duration).A collection of easing functions taken from easings.net.
Capability token proving that a manager is being constructed by TimelessLib itself.
A builder for a chain of delayed steps that run one after another - "wait, then do this, then wait, then do that".
Tracks per-player cooldowns on the server, keyed by owner UUID and a namespaced key.
A
Countdown running against the MinecraftServer context, with chat-display convenience methods.Countdown factory running against the
MinecraftServer context.General-purpose task scheduler running against the
MinecraftServer context - one-off delays,
repeating tasks, and step sequences.Represents a scheduled task that can be controlled at runtime.