Uses of Class
io.github.apfelcreme.Pipes.Exception.TooManyOutputsException
-
Uses of TooManyOutputsException in io.github.apfelcreme.Pipes.Manager
Modifier and TypeMethodDescriptionvoid
PipeManager.addPart
(Pipe pipe, AbstractPipePart pipePart) Add a part to a pipe while checking settings and caching the locationPipeManager.getPipeByInput
(SimpleLocation location) Get the pipe by an input at a location.PipeManager.getPipes
(org.bukkit.block.Block block) Get the pipe for a blockPipeManager.getPipes
(org.bukkit.block.Block block, boolean cacheOnly) Get the pipe for a blockPipeManager.isPipe
(org.bukkit.block.Block startingPoint) checks if the block is part of a pipe.PipeManager.mergePipes
(Set<Pipe> pipes) Merge multiple pipes into one