Uses of Class
io.github.apfelcreme.Pipes.Pipe.PipeInput
Packages that use PipeInput
-
Uses of PipeInput in io.github.apfelcreme.Pipes.Pipe
Methods in io.github.apfelcreme.Pipes.Pipe that return PipeInputModifier and TypeMethodDescriptionPipe.getInput
(SimpleLocation location) returns the pipe input object if there is one at the given locationMethods in io.github.apfelcreme.Pipes.Pipe that return types with arguments of type PipeInputMethods in io.github.apfelcreme.Pipes.Pipe with parameters of type PipeInputModifier and TypeMethodDescriptionCheck whether or not this output can accept that item stackConstructor parameters in io.github.apfelcreme.Pipes.Pipe with type arguments of type PipeInputModifierConstructorDescriptionPipe
(LinkedHashMap<SimpleLocation, PipeInput> inputs, LinkedHashMap<SimpleLocation, PipeOutput> outputs, LinkedHashMap<SimpleLocation, ChunkLoader> chunkLoaders, LinkedHashSet<SimpleLocation> pipeBlocks, org.bukkit.Material type)