Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.network.NetworkComponent
Packages that use 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
Methods in io.github.thebusybiscuit.slimefun4.api.network that return NetworkComponentModifier 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.Methods in io.github.thebusybiscuit.slimefun4.api.network with parameters of type NetworkComponentModifier and TypeMethodDescriptionabstract void
Network.onClassificationChange
(Location l, NetworkComponent from, NetworkComponent to) -
Uses of NetworkComponent in io.github.thebusybiscuit.slimefun4.core.networks.cargo
Methods in io.github.thebusybiscuit.slimefun4.core.networks.cargo that return NetworkComponentMethods in io.github.thebusybiscuit.slimefun4.core.networks.cargo with parameters of type NetworkComponentModifier and TypeMethodDescriptionvoid
CargoNet.onClassificationChange
(Location l, NetworkComponent from, NetworkComponent to) -
Uses of NetworkComponent in io.github.thebusybiscuit.slimefun4.core.networks.energy
Methods in io.github.thebusybiscuit.slimefun4.core.networks.energy that return NetworkComponentMethods in io.github.thebusybiscuit.slimefun4.core.networks.energy with parameters of type NetworkComponentModifier and TypeMethodDescriptionvoid
EnergyNet.onClassificationChange
(Location l, NetworkComponent from, NetworkComponent to)