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 TypeClassDescriptionclass
TheArmorAutoCrafter
is an implementation of theAbstractAutoCrafter
.class
TheEnhancedAutoCrafter
is an implementation of theAbstractAutoCrafter
.class
This extension of theAbstractAutoCrafter
allows you to implement anyRecipeType
.class
TheVanillaAutoCrafter
is an implementation of theAbstractAutoCrafter
.Methods in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters that return AbstractAutoCrafterModifier and TypeMethodDescriptionfinal AbstractAutoCrafter
AbstractAutoCrafter.setCapacity
(int capacity) This sets the energy capacity for this machine.final AbstractAutoCrafter
AbstractAutoCrafter.setEnergyConsumption
(int energyConsumption) This method sets the energy consumed by this machine per tick.