java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.altar.AncientAltar
All Implemented Interfaces:
Placeable

public class AncientAltar extends SlimefunItem
The AncientAltar is a multiblock structure. The altar itself stands in the center, surrounded by Pedestals, it is used to craft various magical items.
Author:
TheBusyBiscuit, martinbrom
See Also:
  • Constructor Details

  • Method Details

    • getStepDelay

      public int getStepDelay()
      This returns the delay of this AncientAltar. This number determines how many ticks happen in between a step in the ritual animation. The default is 8 ticks.
      Returns:
      The delay between two ritual steps of this AncientAltar
    • getRecipes

      @Nonnull public List<AltarRecipe> getRecipes()