Uses of Class
me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.AContainer
Packages that use 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
Subclasses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machinesModifier and TypeClassDescriptionclassclassTheAutoBrewermachine with most if not all potion recipes.classTheAutoDrieris an implementation ofAContainerthat features recipes related to "drying out" items.classclassTheChargingBenchis a powered machine that can be used to charge anyRechargeableitem.classTheElectricDustWasherserves as an electricalOreWasher.classTheElectricFurnaceis an electric version of theFurnace.classTheElectricGoldPanis an electric machine based on theGoldPan.classclassTheElectricIngotPulverizeris an implementation ofAContainerthat allows you to turn various Slimefun Ingots back into their dusts.classclassTheElectricPressis a pretty simple electrical machine.classTheElectricSmelteryis an electric version of the standardSmeltery.classclassclassclassTheFreezercan freeze items into its frozen state, e.g.classclass -
Uses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting
Subclasses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchantingModifier and TypeClassDescriptionclassTheAutoDisenchanter, in contrast to theAutoEnchanter, removesEnchantmentsfrom a givenItemStackand transfers them to a book.classTheAutoEnchanter, in contrast to theAutoDisenchanter, addsEnchantmentsfrom a given enchanted book and transfers them onto anItemStack.classRepresents Book Binder, a machine that binds multiple enchantments books into one. -
Uses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Subclasses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entitiesModifier and TypeClassDescriptionclassTheProduceCollectorallows you to collect produce from animals. -
Uses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.geo
Subclasses of AContainer in io.github.thebusybiscuit.slimefun4.implementation.items.geo -
Uses of AContainer in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Methods in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems that return AContainerModifier and TypeMethodDescriptionfinal AContainerAContainer.setCapacity(int capacity) This sets the energy capacity for this machine.final AContainerAContainer.setEnergyConsumption(int energyConsumption) This method sets the energy consumed by this machine per tick.final AContainerAContainer.setProcessingSpeed(int speed) This sets the speed of this machine.