Uses of Class
io.github.thebusybiscuit.slimefun4.api.network.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
Modifier and TypeMethodDescriptionNetworkManager.getNetworkFromLocation
(Location l, Class<T> type) NetworkManager.getNetworksFromLocation
(Location l, Class<T> type) Modifier 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
-
Uses of Network in io.github.thebusybiscuit.slimefun4.core.networks.energy