Package | Description |
---|---|
net.minecraft.item |
Modifier and Type | Method and Description |
---|---|
UseAction |
ItemStack.getUseAction() |
UseAction |
BowItem.getUseAction(ItemStack stack) |
UseAction |
CrossbowItem.getUseAction(ItemStack stack) |
UseAction |
ShieldItem.getUseAction(ItemStack stack) |
UseAction |
HoneyBottleItem.getUseAction(ItemStack stack) |
UseAction |
TridentItem.getUseAction(ItemStack stack) |
UseAction |
PotionItem.getUseAction(ItemStack stack) |
UseAction |
MilkBucketItem.getUseAction(ItemStack stack) |
UseAction |
Item.getUseAction(ItemStack stack) |
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.
|