Uses of Enum Class
org.bukkit.block.data.type.Shelf.SideChain
Packages that use Shelf.SideChain
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Shelf.SideChain in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Shelf.SideChainModifier and TypeMethodDescriptionShelf.getSideChain()Gets the value of the 'side_chain' property.static Shelf.SideChainReturns the enum constant of this class with the specified name.static Shelf.SideChain[]Shelf.SideChain.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type Shelf.SideChainModifier and TypeMethodDescriptionvoidShelf.setSideChain(Shelf.SideChain sideChain) Sets the value of the 'side_chain' property.