001 package net.minecraft.item; 002 003 public enum EnumAction 004 { 005 none, 006 eat, 007 drink, 008 block, 009 bow; 010 }