Uses of Enum Class
io.papermc.paper.datacomponent.item.consumable.ItemUseAnimation
Packages that use ItemUseAnimation
Package
Description
-
Uses of ItemUseAnimation in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return ItemUseAnimationMethods in io.papermc.paper.datacomponent.item with parameters of type ItemUseAnimationModifier and TypeMethodDescriptionConsumable.Builder.animation
(ItemUseAnimation animation) Sets the hand animation used when a player consumes the item. -
Uses of ItemUseAnimation in io.papermc.paper.datacomponent.item.consumable
Methods in io.papermc.paper.datacomponent.item.consumable that return ItemUseAnimationModifier and TypeMethodDescriptionstatic ItemUseAnimation
Returns the enum constant of this class with the specified name.static ItemUseAnimation[]
ItemUseAnimation.values()
Returns an array containing the constants of this enum class, in the order they are declared.