Uses of Enum
org.bukkit.block.DecoratedPot.Side
-
Uses of DecoratedPot.Side in org.bukkit.block
Modifier and TypeMethodDescriptionstatic DecoratedPot.Side
Returns the enum constant of this type with the specified name.static DecoratedPot.Side[]
DecoratedPot.Side.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDecoratedPot.getSherds()
Gets a Map of all sides on this decorated pot and the sherds on them.Modifier 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.