Uses of Class
me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
Package
Description
This package contains the different implementations of
SlimefunItem
that are also an
EnergyNetComponent
with the type CONSUMER
.This package contains any electric machines related to enchanting.
This package contains any electric machines related to
Entity
interactions, most notably
the
AbstractEntityAssembler
.This package holds implementations of any
SlimefunItem
that
deals with the GEOResource
API.-
Uses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
Modifier and TypeClassDescriptionclass
class
TheAutoBrewer
machine with most if not all potion recipes.class
TheAutoDrier
is an implementation ofAContainer
that features recipes related to "drying out" items.class
class
TheChargingBench
is a powered machine that can be used to charge anyRechargeable
item.class
TheElectricDustWasher
serves as an electricalOreWasher
.class
TheElectricFurnace
is an electric version of theFurnace
.class
TheElectricGoldPan
is an electric machine based on theGoldPan
.class
class
TheElectricIngotPulverizer
is an implementation ofAContainer
that allows you to turn various Slimefun Ingots back into their dusts.class
class
TheElectricPress
is a pretty simple electrical machine.class
TheElectricSmeltery
is an electric version of the standardSmeltery
.class
class
class
class
TheFreezer
can freeze items into its frozen state, e.g.class
class
-
Uses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting
Modifier and TypeClassDescriptionclass
TheAutoDisenchanter
, in contrast to theAutoEnchanter
, removesEnchantments
from a givenItemStack
and transfers them to a book.class
TheAutoEnchanter
, in contrast to theAutoDisenchanter
, addsEnchantments
from a given enchanted book and transfers them onto anItemStack
.class
Represents Book Binder, a machine that binds multiple enchantments books into one. -
Uses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Modifier and TypeClassDescriptionclass
TheProduceCollector
allows you to collect produce from animals. -
Uses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.geo
-
Uses of AContainer in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Modifier and TypeMethodDescriptionfinal AContainer
AContainer.setCapacity
(int capacity) This sets the energy capacity for this machine.final AContainer
AContainer.setEnergyConsumption
(int energyConsumption) This method sets the energy consumed by this machine per tick.final AContainer
AContainer.setProcessingSpeed
(int speed) This sets the speed of this machine.