Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetComponent
Packages that use EnergyNetComponent
Package
Description
This package contains all variations of
ItemAttribute that
can be assigned to a SlimefunItemThis package holds an implementation of
Network
that is responsible for transmitting energy.This package contains any electric machines related to automatic crafting tables.
This package contains the different implementations of
SlimefunItem that also implement the interface
EnergyNetComponentThis package contains the different implementations of
AGenerator.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 growth accelerations.
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 contains the different implementations of
Reactor.This package holds implementations of any
SlimefunItem that
deals with the GEOResource API.This package holds implementations of
SlimefunItem
that are related to the GPSNetwork.-
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.core.attributes
Subinterfaces of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.core.attributesModifier and TypeInterfaceDescriptioninterface -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.core.networks.energy
Methods in io.github.thebusybiscuit.slimefun4.core.networks.energy that return types with arguments of type EnergyNetComponentModifier and TypeMethodDescriptionEnergyNet.getCapacitors()This creates an immutableMapofEnergyNetComponentType.CAPACITOREnergyNetComponents within thisEnergyNetinstance.EnergyNet.getConsumers()This creates an immutableMapofEnergyNetComponentType.CONSUMEREnergyNetComponents within thisEnergyNetinstance. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters that implement EnergyNetComponentModifier and TypeClassDescriptionclassThis is the abstract super class for our auto crafters.classTheArmorAutoCrafteris an implementation of theAbstractAutoCrafter.classTheEnhancedAutoCrafteris an implementation of theAbstractAutoCrafter.classThis extension of theAbstractAutoCrafterallows you to implement anyRecipeType.classTheVanillaAutoCrafteris an implementation of theAbstractAutoCrafter. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric that implement EnergyNetComponentModifier and TypeClassDescriptionclassThis is an abstract super class for machines that produce energy.classclassThisEnergyNetComponentis a connector for theEnergyNetnetworks. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators that implement EnergyNetComponentModifier and TypeClassDescriptionclassclassclassclassclassclassTheSolarGeneratoris a simpleEnergyNetProviderwhich generates energy if it has direct contact with sunlight. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines that implement EnergyNetComponentModifier 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.classclassThis machine collects liquids from theWorldand puts them into buckets provided to the machine by using energy.classclassclassTheFreezercan freeze items into its frozen state, e.g.classclass -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.accelerators
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.accelerators that implement EnergyNetComponentModifier and TypeClassDescriptionclassclassclassclassTheTreeGrowthAcceleratoris an electrical machine that works similar to theCropGrowthAcceleratorbut boosts the growth of nearby trees. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.enchanting that implement EnergyNetComponentModifier 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 EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities that implement EnergyNetComponentModifier and TypeClassDescriptionclassAbstractEntityAssembler<T extends Entity>This is an abstract super class for Entity Assemblers.classclassTheExpCollectoris a machine which picks up any nearbyExperienceOrband produces aKnowledgeFlask.classTheIronGolemAssembleris an electrical machine that can automatically spawn aIronGolemif the required ingredients have been provided.classTheProduceCollectorallows you to collect produce from animals.classTheWitherAssembleris an electrical machine that can automatically spawn aWitherif the required ingredients have been provided. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors that implement EnergyNetComponentModifier and TypeClassDescriptionclassTheNetherStarReactoris an implementation ofReactorthat consumes Nether Stars and adds Withering to any nearbyLivingEntityclassTheNuclearReactoris an implementation ofReactorthat uses anyRadioactivematerial to generate energy.classThe abstractReactorclass is very similar toAGeneratorbut is exclusively used for Reactors. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.geo
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.geo that implement EnergyNetComponentModifier and TypeClassDescriptionclassTheGEOMineris an electrical machine that allows you to obtain aGEOResource.class -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.gps
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.gps that implement EnergyNetComponent -
Uses of EnergyNetComponent in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems
Classes in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems that implement EnergyNetComponent