Uses of Class
io.github.thebusybiscuit.slimefun4.api.network.Network
Packages that use Network
Package
Description
This package provides the core functionality for the
Network
class, such as the NetworkManager
and also the subpackages
for actual implementations of the Network
class.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 Network in io.github.thebusybiscuit.slimefun4.core.networks
Methods in io.github.thebusybiscuit.slimefun4.core.networks with type parameters of type NetworkModifier and TypeMethodDescriptionNetworkManager.getNetworkFromLocation
(Location l, Class<T> type) NetworkManager.getNetworksFromLocation
(Location l, Class<T> type) Methods in io.github.thebusybiscuit.slimefun4.core.networks that return types with arguments of type NetworkMethods in io.github.thebusybiscuit.slimefun4.core.networks with parameters of type NetworkModifier and TypeMethodDescriptionvoid
NetworkManager.registerNetwork
(Network network) This registers a givenNetwork
.void
NetworkManager.unregisterNetwork
(Network network) This removes aNetwork
from the network system. -
Uses of Network in io.github.thebusybiscuit.slimefun4.core.networks.cargo
Subclasses of Network in io.github.thebusybiscuit.slimefun4.core.networks.cargo -
Uses of Network in io.github.thebusybiscuit.slimefun4.core.networks.energy
Subclasses of Network in io.github.thebusybiscuit.slimefun4.core.networks.energy