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 automatic crafting tables.
-
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.