public interface IRecipe extends IForgeRecipe
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
ItemStack |
getCraftingResult(IInventory inv) |
default java.lang.String |
getGroup() |
ResourceLocation |
getId() |
default NonNullList<Ingredient> |
getIngredients() |
ItemStack |
getRecipeOutput() |
default NonNullList<ItemStack> |
getRemainingItems(IInventory inv) |
IRecipeSerializer<?> |
getSerializer() |
default boolean |
isDynamic() |
boolean |
matches(IInventory inv,
World worldIn) |
getType
boolean matches(IInventory inv, World worldIn)
ItemStack getCraftingResult(IInventory inv)
boolean canFit(int width, int height)
ItemStack getRecipeOutput()
default NonNullList<ItemStack> getRemainingItems(IInventory inv)
default NonNullList<Ingredient> getIngredients()
default boolean isDynamic()
default java.lang.String getGroup()
ResourceLocation getId()
IRecipeSerializer<?> getSerializer()