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 NetworkComponentNetwork.classifyLocation(Location l) This method assigns the givenLocationa type ofNetworkComponentfor classification.static NetworkComponentReturns 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 voidNetwork.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 TypeMethodDescriptionvoidCargoNet.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 TypeMethodDescriptionvoidEnergyNet.onClassificationChange(Location l, NetworkComponent from, NetworkComponent to)