public interface IRecipe
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting inventorycrafting) |
ItemStack |
getRecipeOutput() |
int |
getRecipeSize() |
boolean |
matches(InventoryCrafting inventorycrafting) |
boolean matches(InventoryCrafting inventorycrafting)
ItemStack getCraftingResult(InventoryCrafting inventorycrafting)
int getRecipeSize()
ItemStack getRecipeOutput()