public class ShapedRecipeNoMirror
extends net.minecraft.item.crafting.ShapedRecipe
| Modifier and Type | Class and Description |
|---|---|
static class |
ShapedRecipeNoMirror.Serializer |
| Modifier and Type | Field and Description |
|---|---|
static ShapedRecipeNoMirror.Serializer |
SERIALIZER |
| Constructor and Description |
|---|
ShapedRecipeNoMirror(net.minecraft.util.ResourceLocation idIn,
java.lang.String groupIn,
int recipeWidthIn,
int recipeHeightIn,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> recipeItemsIn,
net.minecraft.item.ItemStack recipeOutputIn) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.crafting.IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(net.minecraft.inventory.CraftingInventory inv,
net.minecraft.world.World worldIn) |
assemble, canCraftInDimensions, getGroup, getHeight, getId, getIngredients, getRecipeHeight, getRecipeWidth, getResultItem, getWidth, itemFromJson, setCraftingSizepublic static final ShapedRecipeNoMirror.Serializer SERIALIZER
public ShapedRecipeNoMirror(net.minecraft.util.ResourceLocation idIn,
java.lang.String groupIn,
int recipeWidthIn,
int recipeHeightIn,
net.minecraft.util.NonNullList<net.minecraft.item.crafting.Ingredient> recipeItemsIn,
net.minecraft.item.ItemStack recipeOutputIn)
public boolean matches(net.minecraft.inventory.CraftingInventory inv,
net.minecraft.world.World worldIn)
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