public FoodItemsHelper(String name, int food, float saturation, boolean wolfFood, boolean setAlwaysEdible, Item returnItem, int useDuration, int setMaxStackSize, EnumAction DrinkItem) {
super(food, saturation, wolfFood);
this.setUnlocalizedName(name);
this.setTextureName(name);
if (setAlwaysEdible)
this.setAlwaysEdible();
this.setMaxStackSize(setMaxStackSize);
this.setItem = returnItem;
this.maxUseDuration = useDuration;
this.enumAction = enumAction;
this.setCreativeTab(WithCoffee.Pineapple);
// Okay, The list of item to register not be work in 1.7.10 . So just take registry when Item has be create.