Uses of Enum Class
org.bukkit.block.DecoratedPot.Side
-
Uses of DecoratedPot.Side in org.bukkit.block
Modifier 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.Modifier and TypeMethodDescriptionDecoratedPot.getSherds()
Gets a Map of all sides on this decorated pot and the sherds on them.Modifier and TypeMethodDescriptionDecoratedPot.getSherd
(@NotNull DecoratedPot.Side side) Get the sherd on the provided side.void
DecoratedPot.setSherd
(@NotNull DecoratedPot.Side side, @Nullable Material sherd) Set the sherd on the provided side.