All Implemented Interfaces:
EnergyNetComponent, ItemAttribute, Placeable, InventoryBlock

public abstract class CropGrowthAccelerator extends AbstractGrowthAccelerator
  • Constructor Details

  • Method Details

    • getEnergyConsumption

      public abstract int getEnergyConsumption()
    • getRadius

      public abstract int getRadius()
    • getSpeed

      public abstract int getSpeed()
    • getCapacity

      public int getCapacity()
    • tick

      protected void tick(org.bukkit.block.Block b)
      Specified by:
      tick in class AbstractGrowthAccelerator
    • isFertilizer

      protected boolean isFertilizer(@Nullable org.bukkit.inventory.ItemStack item)