Uses of Enum Class
io.github.apfelcreme.Pipes.Pipe.PipeOutput.ResultType
Packages that use PipeOutput.ResultType
-
Uses of PipeOutput.ResultType in io.github.apfelcreme.Pipes.Pipe
Methods in io.github.apfelcreme.Pipes.Pipe that return PipeOutput.ResultTypeModifier and TypeMethodDescriptionPipeOutput.AcceptResult.getType()
static PipeOutput.ResultType
Returns the enum constant of this class with the specified name.static PipeOutput.ResultType[]
PipeOutput.ResultType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.apfelcreme.Pipes.Pipe with parameters of type PipeOutput.ResultTypeModifierConstructorDescriptionAcceptResult
(PipeOutput.ResultType type, org.bukkit.inventory.ItemStack filterItem)