Uses of Enum Class
org.bukkit.block.DecoratedPot.Side
Packages that use DecoratedPot.Side
-
Uses of DecoratedPot.Side in org.bukkit.block
Methods in org.bukkit.block that return DecoratedPot.SideModifier and TypeMethodDescriptionstatic DecoratedPot.Side
Returns the enum constant of this class with the specified name.static DecoratedPot.Side[]
DecoratedPot.Side.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block that return types with arguments of type DecoratedPot.SideModifier and TypeMethodDescriptionDecoratedPot.getSherds()
Gets a Map of all sides on this decorated pot and the sherds on them.Methods in org.bukkit.block with parameters of type DecoratedPot.SideModifier and TypeMethodDescriptionDecoratedPot.getSherd
(DecoratedPot.Side side) Get the sherd on the provided side.void
DecoratedPot.setSherd
(DecoratedPot.Side side, Material sherd) Set the sherd on the provided side.