Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetComponent
Package
Description
This package contains all variations of
ItemAttribute
that
can be assigned to a SlimefunItem
This 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
EnergyNetComponent
This 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
Modifier and TypeInterfaceDescriptioninterface
-
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.core.networks.energy
Modifier and TypeMethodDescriptionEnergyNet.getCapacitors()
This creates an immutableMap
ofEnergyNetComponentType.CAPACITOR
EnergyNetComponent
s within thisEnergyNet
instance.EnergyNet.getConsumers()
This creates an immutableMap
ofEnergyNetComponentType.CONSUMER
EnergyNetComponent
s within thisEnergyNet
instance. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.autocrafters
Modifier and TypeClassDescriptionclass
This is the abstract super class for our auto crafters.class
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
. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Modifier and TypeClassDescriptionclass
This is an abstract super class for machines that produce energy.class
class
ThisEnergyNetComponent
is a connector for theEnergyNet
networks. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators
Modifier and TypeClassDescriptionclass
class
class
class
class
class
TheSolarGenerator
is a simpleEnergyNetProvider
which generates energy if it has direct contact with sunlight. -
Uses of EnergyNetComponent 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
This machine collects liquids from theWorld
and puts them into buckets provided to the machine by using energy.class
class
class
TheFreezer
can freeze items into its frozen state, e.g.class
class
-
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.accelerators
Modifier and TypeClassDescriptionclass
class
class
class
TheTreeGrowthAccelerator
is an electrical machine that works similar to theCropGrowthAccelerator
but boosts the growth of nearby trees. -
Uses of EnergyNetComponent 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 EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.machines.entities
Modifier and TypeClassDescriptionclass
AbstractEntityAssembler<T extends Entity>
This is an abstract super class for Entity Assemblers.class
class
TheExpCollector
is a machine which picks up any nearbyExperienceOrb
and produces aKnowledgeFlask
.class
TheIronGolemAssembler
is an electrical machine that can automatically spawn aIronGolem
if the required ingredients have been provided.class
TheProduceCollector
allows you to collect produce from animals.class
TheWitherAssembler
is an electrical machine that can automatically spawn aWither
if the required ingredients have been provided. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Modifier and TypeClassDescriptionclass
TheNetherStarReactor
is an implementation ofReactor
that consumes Nether Stars and adds Withering to any nearbyLivingEntity
class
TheNuclearReactor
is an implementation ofReactor
that uses anyRadioactive
material to generate energy.class
The abstractReactor
class is very similar toAGenerator
but is exclusively used for Reactors. -
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.geo
Modifier and TypeClassDescriptionclass
TheGEOMiner
is an electrical machine that allows you to obtain aGEOResource
.class
-
Uses of EnergyNetComponent in io.github.thebusybiscuit.slimefun4.implementation.items.gps
-
Uses of EnergyNetComponent in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems