Class AncientAltarTask
java.lang.Object
io.github.thebusybiscuit.slimefun4.implementation.tasks.AncientAltarTask
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionAncientAltarTask
(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 Summary
-
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