package net.minecraft.item; public enum EnumAction { NONE, EAT, DRINK, BLOCK, BOW; private static final String __OBFID = "CL_00000073"; }