All Implemented Interfaces:
EnergyNetComponent, ItemAttribute, Placeable, NotDiagonallyRotatable

public class VanillaAutoCrafter extends AbstractAutoCrafter implements NotDiagonallyRotatable
The VanillaAutoCrafter is an implementation of the AbstractAutoCrafter. It can craft items that are crafted using a normal crafting table. Only ShapedRecipe and ShapelessRecipe are therefore supported.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • VanillaAutoCrafter

      @ParametersAreNonnullByDefault public VanillaAutoCrafter(ItemGroup itemGroup, SlimefunItemStack item, RecipeType recipeType, org.bukkit.inventory.ItemStack[] recipe)
  • Method Details