Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent
Package
Description
This package provides the API infrastructure for networks, such as the Cargo- or Energy net.
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.-
Uses of NetworkComponent in io.github.thebusybiscuit.slimefun4.api.network
Modifier and TypeMethodDescriptionabstract NetworkComponent
Network.classifyLocation
(Location l) This method assigns the givenLocation
a type ofNetworkComponent
for classification.static NetworkComponent
Returns the enum constant of this class with the specified name.static NetworkComponent[]
NetworkComponent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract void
Network.onClassificationChange
(Location l, NetworkComponent from, NetworkComponent to) -
Uses of NetworkComponent in io.github.thebusybiscuit.slimefun4.core.networks.cargo
Modifier and TypeMethodDescriptionvoid
CargoNet.onClassificationChange
(Location l, NetworkComponent from, NetworkComponent to) -
Uses of NetworkComponent in io.github.thebusybiscuit.slimefun4.core.networks.energy
Modifier and TypeMethodDescriptionvoid
EnergyNet.onClassificationChange
(Location l, NetworkComponent from, NetworkComponent to)