1package net.minecraft.server; 2 3public class ItemCookie extends ItemFood { 4 5 public ItemCookie(int i, int j, boolean flag, int k) { 6 super(i, j, flag); 7 this.maxStackSize = k; 8 } 9}