Uses of Class
net.minecraft.util.UseAction
Package | Description |
---|---|
net.minecraft.item | |
net.minecraft.util |
-
Uses of UseAction in net.minecraft.item
Methods in net.minecraft.item that return UseAction Modifier and Type Method Description UseAction
BowItem. getUseAction(ItemStack stack)
UseAction
CrossbowItem. getUseAction(ItemStack stack)
UseAction
HoneyBottleItem. getUseAction(ItemStack stack)
UseAction
Item. getUseAction(ItemStack stack)
UseAction
ItemStack. getUseAction()
UseAction
MilkBucketItem. getUseAction(ItemStack stack)
UseAction
PotionItem. getUseAction(ItemStack stack)
UseAction
ShieldItem. getUseAction(ItemStack stack)
UseAction
SpyglassItem. getUseAction(ItemStack stack)
UseAction
TridentItem. getUseAction(ItemStack stack)
-
Uses of UseAction in net.minecraft.util
Methods in net.minecraft.util that return UseAction Modifier and Type Method Description static UseAction
UseAction. valueOf(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.