package net.minecraft.server; public interface CraftingRecipe { boolean a(InventoryCrafting inventorycrafting); ItemStack b(InventoryCrafting inventorycrafting); int a(); ItemStack b(); }