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