All Implemented Interfaces:
ItemAttribute, NotPlaceable, Placeable, RecipeDisplayItem

public class TableSaw extends MultiBlockMachine
The TableSaw is an implementation of a MultiBlockMachine that allows you to turn Logs into Wooden Planks. It also replaced the old "Saw Mill" from earlier versions.
Author:
dniym, svr333, TheBusyBiscuit
See Also:
  • Constructor Details

  • Method Details

    • getDisplayRecipes

      public List<org.bukkit.inventory.ItemStack> getDisplayRecipes()
      Description copied from interface: RecipeDisplayItem
      This is the list of items to display alongside this SlimefunItem. Note that these items will be filled in from top to bottom first. So if you want it to express a recipe, add your input ItemStack and then your output ItemStack.
      Specified by:
      getDisplayRecipes in interface RecipeDisplayItem
      Overrides:
      getDisplayRecipes in class MultiBlockMachine
      Returns:
      The recipes to display in the SlimefunGuide
    • onInteract

      public void onInteract(@Nonnull org.bukkit.entity.Player p, @Nonnull org.bukkit.block.Block b)
      Specified by:
      onInteract in class MultiBlockMachine