net.minecraft.crafting.recipe

public class ShapedRecipe

implements Recipe

akw
net.minecraft.unmapped.C_55756098
net.minecraft.crafting.recipe.ShapedRecipe

Field summary

Modifier and TypeField
private final int
a
f_28520497
width
private final int
b
f_39868388
height
private final DefaultedList<Ingredient>
c
f_56782558
ingredients
private final ItemStack
d
f_61100593
result
private final String
e
f_04215163
group

Constructor summary

ModifierConstructor
public (String group, int width, int height, DefaultedList<Ingredient> ingredients, ItemStack result)

Method summary

Modifier and TypeMethod
public ItemStack
b()
m_66362834()
getResult()
public DefaultedList<ItemStack>
b(afy arg0)
m_77550559(C_11727459 arg0)
getRemainder(CraftingInventory arg0)
public DefaultedList<Ingredient>
d()
m_13434601()
getIngredients()
public boolean
a(afy arg0, amu arg1)
m_52363298(C_11727459 arg0, C_64041439 arg1)
matches(CraftingInventory arg0, World arg1)
private boolean
a(afy arg0, int arg1, int arg2, boolean arg3)
m_53491422(C_11727459 arg0, int arg1, int arg2, boolean arg3)
matches(CraftingInventory inventory, int x, int y, boolean rotate)
public ItemStack
a(afy arg0)
m_10985002(C_11727459 arg0)
getResult(CraftingInventory arg0)
public int
f()
m_30144399()
getWidth()
public int
g()
m_03308383()
getHeight()
public static ShapedRecipe
a(com.google.gson.JsonObject arg0)
m_24477359(com.google.gson.JsonObject arg0)
fromJson(com.google.gson.JsonObject json)
private static DefaultedList<Ingredient>
a(String[] arg0, Map<String, akq> arg1, int arg2, int arg3)
m_66623147(String[] arg0, Map<String, C_54623453> arg1, int arg2, int arg3)
parsePattern(String[] pattern, Map<String, Ingredient> ingredients, int width, int height)
static String[]
a(String... arg0)
m_83189394(String... arg0)
shrink(String... ss)
private static int
a(String arg0)
m_94830765(String arg0)
indexOfFirstNonSpace(String s)
private static int
b(String arg0)
m_05160633(String arg0)
indexOfLastNonSpace(String s)
private static String[]
a(com.google.gson.JsonArray arg0)
m_20829001(com.google.gson.JsonArray arg0)
patternFromJson(com.google.gson.JsonArray json)
private static Map<String, Ingredient>
b(com.google.gson.JsonObject arg0)
m_19256368(com.google.gson.JsonObject arg0)
keyFromJson(com.google.gson.JsonObject json)
public static Ingredient
a(com.google.gson.JsonElement arg0)
m_76490492(com.google.gson.JsonElement arg0)
ingredientFromJson(com.google.gson.JsonElement json)
public static ItemStack
a(com.google.gson.JsonObject arg0, boolean arg1)
m_54518160(com.google.gson.JsonObject arg0, boolean arg1)
stackFromJson(com.google.gson.JsonObject json, boolean parseSize)
public String
e()
m_18511730()
getGroup()
public boolean
a(int arg0, int arg1)
m_24326745(int arg0, int arg1)
fits(int arg0, int arg1)