java.lang.Object
io.github.thebusybiscuit.slimefun4.implementation.tasks.AncientAltarTask
All Implemented Interfaces:
Runnable

public class AncientAltarTask extends Object implements Runnable
The AncientAltarTask is responsible for the animation that happens when a ritual involving the AncientAltar is started.
Author:
dniym, meiamsome, TheBusyBiscuit
See Also:
  • Constructor Details

    • AncientAltarTask

      @ParametersAreNonnullByDefault public AncientAltarTask(AncientAltarListener listener, org.bukkit.block.Block altar, int stepDelay, org.bukkit.inventory.ItemStack output, List<org.bukkit.block.Block> pedestals, List<org.bukkit.inventory.ItemStack> items, org.bukkit.entity.Player player)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable