Uses of Enum Class
net.minecraft.item.UseAction
Packages that use UseAction
-
Uses of UseAction in net.minecraft.item
Methods in net.minecraft.item that return UseActionModifier and TypeMethodDescriptionBowItem.getUseAnimation(ItemStack p_77661_1_) CrossbowItem.getUseAnimation(ItemStack p_77661_1_) HoneyBottleItem.getUseAnimation(ItemStack p_77661_1_) Item.getUseAnimation(ItemStack p_77661_1_) ItemStack.getUseAnimation()MilkBucketItem.getUseAnimation(ItemStack p_77661_1_) PotionItem.getUseAnimation(ItemStack p_77661_1_) ShieldItem.getUseAnimation(ItemStack p_77661_1_) TridentItem.getUseAnimation(ItemStack p_77661_1_) static UseActionReturns the enum constant of this class with the specified name.static UseAction[]UseAction.values()Returns an array containing the constants of this enum class, in the order they are declared.