public class BackpackCraftingRecipe
extends net.minecraft.item.crafting.ShapedRecipe
| Modifier and Type | Class and Description |
|---|---|
static class |
BackpackCraftingRecipe.Serializer |
| Constructor and Description |
|---|
BackpackCraftingRecipe(net.minecraft.util.ResourceLocation id,
java.lang.String group,
int width,
int height,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> ingredients,
net.minecraft.item.ItemStack output) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getCraftingResult(net.minecraft.inventory.CraftingInventory inventory) |
net.minecraft.item.crafting.IRecipeSerializer<?> |
getSerializer() |
canFit, deserializeItem, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeOutput, getRecipeWidth, getWidth, matches, setCraftingSizepublic BackpackCraftingRecipe(net.minecraft.util.ResourceLocation id,
java.lang.String group,
int width,
int height,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> ingredients,
net.minecraft.item.ItemStack output)
public net.minecraft.item.ItemStack getCraftingResult(net.minecraft.inventory.CraftingInventory inventory)
getCraftingResult in interface net.minecraft.item.crafting.IRecipe<net.minecraft.inventory.CraftingInventory>getCraftingResult in class net.minecraft.item.crafting.ShapedRecipepublic net.minecraft.item.crafting.IRecipeSerializer<?> getSerializer()
getSerializer in interface net.minecraft.item.crafting.IRecipe<net.minecraft.inventory.CraftingInventory>getSerializer in class net.minecraft.item.crafting.ShapedRecipe