Uses of Enum Class
io.github.apfelcreme.Pipes.PipesItem
Packages that use PipesItem
Package
Description
-
Uses of PipesItem in io.github.apfelcreme.Pipes
Methods in io.github.apfelcreme.Pipes that return PipesItemModifier and TypeMethodDescriptionstatic PipesItem
PipesUtil.getPipesItem
(org.bukkit.block.Block block) Get thePipesItem
from a Blockstatic PipesItem
PipesUtil.getPipesItem
(org.bukkit.block.BlockState state) static PipesItem
PipesUtil.getPipesItem
(org.bukkit.inventory.ItemStack item) Get thePipesItem
from an ItemStackstatic PipesItem
Returns the enum constant of this class with the specified name.static PipesItem[]
PipesItem.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.apfelcreme.Pipes with parameters of type PipesItemModifier and TypeMethodDescriptionstatic AbstractPipePart
PipesUtil.convertToPipePart
(org.bukkit.block.BlockState state, PipesItem type) This is a helper method to convert a block to a PipesPart. -
Uses of PipesItem in io.github.apfelcreme.Pipes.Manager
Methods in io.github.apfelcreme.Pipes.Manager with parameters of type PipesItemModifier and TypeMethodDescriptionPipeManager.createPipePart
(PipesItem item, org.bukkit.block.Block block) Create a new pipe part -
Uses of PipesItem in io.github.apfelcreme.Pipes.Pipe
Methods in io.github.apfelcreme.Pipes.Pipe that return PipesItemConstructors in io.github.apfelcreme.Pipes.Pipe with parameters of type PipesItemModifierConstructorDescriptionprotected
AbstractPipePart
(PipesItem type, org.bukkit.Location location)