Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.HologramOwner
Package
Description
This package holds an implementation of
Network
that is responsible for item transportation.This package holds an implementation of
Network
that is responsible for transmitting energy.This package contains a few miscellaneous implementations of
SlimefunItem
which are blocks.This package provides the different implementations of
SlimefunItem
that are related to the CargoNet
, most
notably: Cargo Nodes.This package contains the different implementations of
SlimefunItem
that also implement the interface
EnergyNetComponent
This package contains the different implementations of
Reactor
.This package holds implementations of any
SlimefunItem
that
deals with the GEOResource
API.-
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.core.networks.cargo
-
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.core.networks.energy
-
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
Modifier and TypeClassDescriptionclass
TheHologramProjector
is a very simple block which allows thePlayer
to create a floating text that is completely configurable. -
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.implementation.items.cargo
-
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Modifier and TypeClassDescriptionclass
-
Uses of HologramOwner 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 HologramOwner in io.github.thebusybiscuit.slimefun4.implementation.items.geo
Modifier and TypeClassDescriptionclass
TheGEOMiner
is an electrical machine that allows you to obtain aGEOResource
.