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 p_40678_) BrushItem.getUseAnimation(ItemStack p_273490_) CrossbowItem.getUseAnimation(ItemStack p_40935_) HoneyBottleItem.getUseAnimation(ItemStack p_41358_) InstrumentItem.getUseAnimation(ItemStack p_220133_) Item.getUseAnimation(ItemStack p_41452_) ItemStack.getUseAnimation()MilkBucketItem.getUseAnimation(ItemStack p_42931_) OminousBottleItem.getUseAnimation(ItemStack p_338722_) PotionItem.getUseAnimation(ItemStack p_42997_) ShieldItem.getUseAnimation(ItemStack p_43105_) SpyglassItem.getUseAnimation(ItemStack p_151224_) TridentItem.getUseAnimation(ItemStack p_43417_) static UseAnimReturns 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)