Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetProvider
Package
Description
This package holds an implementation of
Network
that is responsible for transmitting energy.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
Reactor
.-
Uses of EnergyNetProvider in io.github.thebusybiscuit.slimefun4.core.networks.energy
-
Uses of EnergyNetProvider in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Modifier and TypeClassDescriptionclass
This is an abstract super class for machines that produce energy. -
Uses of EnergyNetProvider 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 EnergyNetProvider 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 EnergyNetProvider in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems