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 TypeClassDescriptionclass
This is the implementation ofCrafterInteractable
with vanilla inventory.class
Methods in com.xzavier0722.mc.plugin.slimefun4.autocrafter that return CrafterInteractableModifier and TypeMethodDescriptionCrafterInteractorHandler.getInteractor
(BlockMenu menu) static CrafterInteractable
CrafterInteractorManager.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 TypeMethodDescriptionboolean
AbstractAutoCrafter.craft
(CrafterInteractable inv, AbstractRecipe recipe) This method performs a crafting operation.