Uses of Interface
com.xzavier0722.mc.plugin.slimefun4.autocrafter.CrafterInteractable
Packages that use CrafterInteractable
Package
Description
This package contains any electric machines related to auomatic crafting tables.
-
Uses of CrafterInteractable in com.xzavier0722.mc.plugin.slimefun4.autocrafter
Classes in com.xzavier0722.mc.plugin.slimefun4.autocrafter that implement CrafterInteractableModifier and TypeClassDescriptionclassThis is the implementation ofCrafterInteractablewith vanilla inventory.classMethods in com.xzavier0722.mc.plugin.slimefun4.autocrafter that return CrafterInteractableModifier and TypeMethodDescriptionCrafterInteractorHandler.getInteractor(BlockMenu menu) static CrafterInteractableCrafterInteractorManager.getInteractor(org.bukkit.block.Block b) -
Uses of CrafterInteractable in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Methods in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters with parameters of type CrafterInteractableModifier and TypeMethodDescriptionbooleanAbstractAutoCrafter.craft(CrafterInteractable inv, AbstractRecipe recipe) This method performs a crafting operation.