Package dev.bouncingelf10.timelesslib.api.scheduler


package dev.bouncingelf10.timelesslib.api.scheduler
  • Class
    Description
    General-purpose task scheduler running against the local Minecraft client context - one-off delays, repeating tasks, and step sequences.
    A builder for a chain of delayed steps that run one after another - "wait, then do this, then wait, then do that".
    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.