Uses of Class
io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters.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
Modifier 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
.Modifier 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.