Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.EnergyNetProvider
Packages that use 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
Methods in io.github.thebusybiscuit.slimefun4.core.networks.energy that return types with arguments of type EnergyNetProvider -
Uses of EnergyNetProvider in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric that implement EnergyNetProviderModifier 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
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.generators that implement EnergyNetProviderModifier 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
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors that implement EnergyNetProviderModifier 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
Classes in me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems that implement EnergyNetProvider