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 location,
java.lang.String group,
int recipeWidth,
int recipeHeigt,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> ingredients,
net.minecraft.item.ItemStack output) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.crafting.IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(net.minecraft.inventory.CraftingInventory inventory,
net.minecraft.world.World world) |
canFit, checkMatch, deserializeIngredients, deserializeItem, deserializeKey, getCraftingResult, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeOutput, getRecipeWidth, getWidth, patternFromJson, setCraftingSize, shrinkpublic NoMirrorShapedRecipe(net.minecraft.util.ResourceLocation location,
java.lang.String group,
int recipeWidth,
int recipeHeigt,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> ingredients,
net.minecraft.item.ItemStack output)
public boolean matches(net.minecraft.inventory.CraftingInventory inventory,
net.minecraft.world.World world)
matches in interface net.minecraft.item.crafting.IRecipe<net.minecraft.inventory.CraftingInventory>matches 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