Uses of Interface
dev.rono.igniscore.api.port.IgnisTask
Packages that use IgnisTask
Package
Description
Extension definitions loaded from JAR
config.yml files.Platform-neutral port interfaces (L1) that abstract Minecraft host APIs.
-
Uses of IgnisTask in dev.rono.igniscore.api.model
Methods in dev.rono.igniscore.api.model that return IgnisTaskMethods in dev.rono.igniscore.api.model with parameters of type IgnisTask -
Uses of IgnisTask in dev.rono.igniscore.api.port
Methods in dev.rono.igniscore.api.port that return IgnisTaskModifier and TypeMethodDescriptionIgnisScheduler.runLater(IgnisLocation location, Runnable task, long delayTicks) Runs a task once after a delay, scoped to the given world's lifecycle.IgnisScheduler.runRepeating(IgnisLocation location, Runnable task, long delayTicks, long periodTicks) Runs a task repeatedly after an initial delay, scoped to the given world.