Uses of Enum Class
org.bukkit.block.DecoratedPot.WobbleStyle
Packages that use DecoratedPot.WobbleStyle
-
Uses of DecoratedPot.WobbleStyle in org.bukkit.block
Methods in org.bukkit.block that return DecoratedPot.WobbleStyleModifier and TypeMethodDescriptionstatic DecoratedPot.WobbleStyleReturns the enum constant of this class with the specified name.static DecoratedPot.WobbleStyle[]DecoratedPot.WobbleStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block with parameters of type DecoratedPot.WobbleStyleModifier and TypeMethodDescriptionvoidDecoratedPot.startWobble(@NotNull DecoratedPot.WobbleStyle style) Run the specified animation on the decorated pot.