Uses of Enum Class
io.github.apfelcreme.Pipes.PipesItem
Package
Description
-
Uses of PipesItem in io.github.apfelcreme.Pipes
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionPipeManager.createPipePart
(PipesItem item, org.bukkit.block.Block block) Create a new pipe part -
Uses of PipesItem in io.github.apfelcreme.Pipes.Pipe
ModifierConstructorDescriptionprotected
AbstractPipePart
(PipesItem type, org.bukkit.Location location)