Uses of Enum Class
net.minecraft.world.item.UseAnim
Packages that use UseAnim
Package
Description
-
Uses of UseAnim in net.minecraft.world.item
Methods in net.minecraft.world.item that return UseAnimModifier and TypeMethodDescriptionBowItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.BrushItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.CrossbowItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.HoneyBottleItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.InstrumentItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.Item.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.ItemStack.getUseAnimation()
MilkBucketItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.OminousBottleItem.getUseAnimation
(ItemStack p_338722_) PotionItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.ShieldItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.SpyglassItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.TridentItem.getUseAnimation
(ItemStack pStack) Returns the action that specifies what animation to play when the item is being used.static UseAnim
Returns the enum constant of this class with the specified name.static UseAnim[]
UseAnim.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UseAnim in net.neoforged.neoforge.oldtest.entity.player
Methods in net.neoforged.neoforge.oldtest.entity.player that return UseAnimModifier and TypeMethodDescriptionItemUseAnimationTest.ThingItem.getUseAnimation
(ItemStack stack) -
Uses of UseAnim in net.neoforged.neoforge.oldtest.item
Methods in net.neoforged.neoforge.oldtest.item that return UseAnimModifier and TypeMethodDescriptionCustomShieldTest.CustomShieldItem.getUseAnimation
(ItemStack stack) StopUsingItemTest.InvertedTelescope.getUseAnimation
(ItemStack stack)