java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem
io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.accelerators.AbstractGrowthAccelerator
All Implemented Interfaces:
EnergyNetComponent, ItemAttribute, Placeable, InventoryBlock
Direct Known Subclasses:
AnimalGrowthAccelerator, CropGrowthAccelerator, TreeGrowthAccelerator

public abstract class AbstractGrowthAccelerator extends SlimefunItem implements InventoryBlock, EnergyNetComponent
Abstract base class for growth accelerators.
  • Constructor Details

    • AbstractGrowthAccelerator

      @ParametersAreNonnullByDefault protected AbstractGrowthAccelerator(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, org.bukkit.inventory.ItemStack[] recipe)
      Constructs a new AbstractGrowthAccelerator.
      Parameters:
      itemGroup - The item group this item belongs to
      item - The item stack for this growth accelerator
      recipeType - The recipe type used to craft this item
      recipe - The recipe to craft this item
  • Method Details