Uses of Enum Class
org.bukkit.block.data.SideChaining.ChainPart
Packages that use SideChaining.ChainPart
-
Uses of SideChaining.ChainPart in org.bukkit.block.data
Methods in org.bukkit.block.data that return SideChaining.ChainPartModifier and TypeMethodDescriptionSideChaining.getSideChain()
Gets the value of the 'side_chain' property.static SideChaining.ChainPart
Returns the enum constant of this class with the specified name.static SideChaining.ChainPart[]
SideChaining.ChainPart.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data with parameters of type SideChaining.ChainPartModifier and TypeMethodDescriptionvoid
SideChaining.setSideChain
(SideChaining.ChainPart part) Sets the value of the 'side_chain' property.