Uses of Class
net.minecraft.item.UseAction
-
Packages that use UseAction Package Description net.minecraft.item -
-
Uses of UseAction in net.minecraft.item
Methods in net.minecraft.item that return UseAction Modifier and Type Method Description UseActionBowItem. getUseAnimation(ItemStack p_77661_1_)UseActionCrossbowItem. getUseAnimation(ItemStack p_77661_1_)UseActionHoneyBottleItem. getUseAnimation(ItemStack p_77661_1_)UseActionItem. getUseAnimation(ItemStack p_77661_1_)UseActionItemStack. getUseAnimation()UseActionMilkBucketItem. getUseAnimation(ItemStack p_77661_1_)UseActionPotionItem. getUseAnimation(ItemStack p_77661_1_)UseActionShieldItem. getUseAnimation(ItemStack p_77661_1_)UseActionTridentItem. getUseAnimation(ItemStack p_77661_1_)static UseActionUseAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UseAction[]UseAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-