All Implemented Interfaces:
Placeable

public class EnhancedFurnace extends SimpleSlimefunItem<BlockTicker>
The EnhancedFurnace is an upgraded version of a Furnace. It has a custom speed, efficiency and also a level of fortune. All of these values are tweaked for every instance of this class. It uses a BlockTicker to manipulate the Furnace into working faster.
Author:
TheBusyBiscuit
  • Constructor Details

    • EnhancedFurnace

      public EnhancedFurnace(ItemGroup itemGroup, int speed, int efficiency, int fortune, SlimefunItemStack item, org.bukkit.inventory.ItemStack[] recipe)
  • Method Details