| EnumAction | ItemStack. getItemUseAction() | 
| EnumAction | ItemPotion. getItemUseAction(ItemStack stack) | 
| EnumAction | Item. getItemUseAction(ItemStack stack) | 
| EnumAction | ItemBucketMilk. getItemUseAction(ItemStack stack) | 
| EnumAction | ItemFood. getItemUseAction(ItemStack stack) | 
| EnumAction | ItemBow. getItemUseAction(ItemStack stack) | 
| EnumAction | ItemShield. getItemUseAction(ItemStack stack) | 
| static EnumAction | EnumAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static EnumAction[] | EnumAction. values()Returns an array containing the constants of this enum type, in
the order they are declared. |