Package io.github.thebusybiscuit.slimefun4.implementation.tasks
package io.github.thebusybiscuit.slimefun4.implementation.tasks
This package contains several tasks that Slimefun runs regularly.
-
ClassDescriptionThe
AncientAltarTask
is responsible for the animation that happens when a ritual involving theAncientAltar
is started.TheArmorTask
is responsible for handlingPotionEffects
forRadioactive
items or anySlimefunArmorPiece
.AAsyncRecipeChoiceTask
is an asynchronously repeating task that cycles through the different variants ofMaterial
that aRecipeChoice.MaterialChoice
orTag
can represent.This task is run whenever aCapacitor
needs to update their texture.This Task initializes all items, some listeners and various other stuff.TheTickerTask
is responsible for ticking everyBlockTicker
, synchronous or not.