Uses of Class
io.github.apfelcreme.Pipes.Pipe.PipeInput
-
Uses of PipeInput in io.github.apfelcreme.Pipes.Pipe
Modifier and TypeMethodDescriptionPipe.getInput
(SimpleLocation location) returns the pipe input object if there is one at the given locationModifier and TypeMethodDescriptionCheck whether or not this output can accept that item stackModifierConstructorDescriptionPipe
(LinkedHashMap<SimpleLocation, PipeInput> inputs, LinkedHashMap<SimpleLocation, PipeOutput> outputs, LinkedHashMap<SimpleLocation, ChunkLoader> chunkLoaders, LinkedHashSet<SimpleLocation> pipeBlocks, org.bukkit.Material type)