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