Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters.AbstractAutoCrafter
Packages that use AbstractAutoCrafter
Package
Description
This package contains any electric machines related to auomatic crafting tables.
-
Uses of AbstractAutoCrafter in com.xzavier0722.mc.plugin.slimefun4.autocrafter
Methods in com.xzavier0722.mc.plugin.slimefun4.autocrafter with parameters of type AbstractAutoCrafterModifier and TypeMethodDescriptionbooleanChestInventoryParser.matchRecipe(AbstractAutoCrafter crafter, Collection<Predicate<org.bukkit.inventory.ItemStack>> recipe, Map<Integer, Integer> itemQuantities) booleanCrafterInteractable.matchRecipe(AbstractAutoCrafter crafter, Collection<Predicate<org.bukkit.inventory.ItemStack>> recipe, Map<Integer, Integer> itemQuantities) Check if the items in inventory match all recipe items.booleanCrafterSmartPortParser.matchRecipe(AbstractAutoCrafter crafter, Collection<Predicate<org.bukkit.inventory.ItemStack>> recipe, Map<Integer, Integer> itemQuantities) -
Uses of AbstractAutoCrafter in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Subclasses of AbstractAutoCrafter in io.github.thebusybiscuit.slimefun4.implementation.items.autocraftersModifier and TypeClassDescriptionclassTheArmorAutoCrafteris an implementation of theAbstractAutoCrafter.classTheEnhancedAutoCrafteris an implementation of theAbstractAutoCrafter.classThis extension of theAbstractAutoCrafterallows you to implement anyRecipeType.classTheVanillaAutoCrafteris an implementation of theAbstractAutoCrafter.Methods in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters that return AbstractAutoCrafterModifier and TypeMethodDescriptionfinal AbstractAutoCrafterAbstractAutoCrafter.setCapacity(int capacity) This sets the energy capacity for this machine.final AbstractAutoCrafterAbstractAutoCrafter.setEnergyConsumption(int energyConsumption) This method sets the energy consumed by this machine per tick.