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(org.bukkit.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(org.bukkit.Location l, NetworkComponent from, NetworkComponent to) This method is called whenever aLocationin thisNetworkchanges its classification. -
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(org.bukkit.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(org.bukkit.Location l, NetworkComponent from, NetworkComponent to)