public interface IRecipe
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting inv) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
NonNullList<ItemStack> |
getRemainingItems(InventoryCrafting inv) |
boolean |
matches(InventoryCrafting inv,
World worldIn) |
boolean matches(InventoryCrafting inv, World worldIn)
ItemStack getCraftingResult(InventoryCrafting inv)
int getRecipeSize()
ItemStack getRecipeOutput()
NonNullList<ItemStack> getRemainingItems(InventoryCrafting inv)