Uses of Interface
io.github.thebusybiscuit.slimefun4.core.attributes.HologramOwner
Packages that use 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
Classes in io.github.thebusybiscuit.slimefun4.core.networks.cargo that implement HologramOwner -
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.core.networks.energy
Classes in io.github.thebusybiscuit.slimefun4.core.networks.energy that implement HologramOwner -
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.implementation.items.blocks
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.blocks that implement HologramOwnerModifier 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
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.cargo that implement HologramOwner -
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.implementation.items.electric
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric that implement HologramOwnerModifier and TypeClassDescriptionclass
-
Uses of HologramOwner in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.electric.reactors that implement HologramOwnerModifier 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
Classes in io.github.thebusybiscuit.slimefun4.implementation.items.geo that implement HologramOwnerModifier and TypeClassDescriptionclass
TheGEOMiner
is an electrical machine that allows you to obtain aGEOResource
.