public class NoMirrorShapedRecipe
extends net.minecraft.item.crafting.ShapedRecipe
Modifier and Type | Class and Description |
---|---|
static class |
NoMirrorShapedRecipe.Serializer |
Constructor and Description |
---|
NoMirrorShapedRecipe(net.minecraft.util.ResourceLocation id,
java.lang.String group,
int width,
int height,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> recipeItems,
net.minecraft.item.ItemStack result) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(net.minecraft.inventory.CraftingInventory inventory,
net.minecraft.world.World level) |
assemble, canCraftInDimensions, dissolvePattern, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeWidth, getResultItem, getSerializer, getWidth, itemFromJson, keyFromJson, patternFromJson, setCraftingSize, shrink
public NoMirrorShapedRecipe(net.minecraft.util.ResourceLocation id, java.lang.String group, int width, int height, net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> recipeItems, net.minecraft.item.ItemStack result)
public boolean matches(net.minecraft.inventory.CraftingInventory inventory, net.minecraft.world.World level)
matches
in interface net.minecraft.item.crafting.IRecipe<net.minecraft.inventory.CraftingInventory>
matches
in class net.minecraft.item.crafting.ShapedRecipe