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 UseAction
BowItem. getUseAnimation(ItemStack p_77661_1_)
UseAction
CrossbowItem. getUseAnimation(ItemStack p_77661_1_)
UseAction
HoneyBottleItem. getUseAnimation(ItemStack p_77661_1_)
UseAction
Item. getUseAnimation(ItemStack p_77661_1_)
UseAction
ItemStack. getUseAnimation()
UseAction
MilkBucketItem. getUseAnimation(ItemStack p_77661_1_)
UseAction
PotionItem. getUseAnimation(ItemStack p_77661_1_)
UseAction
ShieldItem. getUseAnimation(ItemStack p_77661_1_)
UseAction
TridentItem. getUseAnimation(ItemStack p_77661_1_)
static UseAction
UseAction. 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.
-