net.minecraft.crafting.recipe

public class ShapedRecipe

implements Recipe

avl
net.minecraft.unmapped.C_55756098
net.minecraft.crafting.recipe.ShapedRecipe
net.minecraft.item.crafting.ShapedRecipe

Field summary

Modifier and TypeField
private final int
a
f_28520497
width
field_77576_b
private final int
b
f_39868388
height
field_77577_c
private final DefaultedList<Ingredient>
c
f_56782558
ingredients
field_77574_d
private final ItemStack
d
f_61100593
result
field_77575_e
private final Identifier
e
f_81165196
location
field_199561_e
private final String
f
f_04215163
group
field_194137_e

Constructor summary

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

Method summary

Modifier and TypeMethod
public Identifier
b()
m_13220773()
getId()
func_199560_c()
public RecipeSerializer<?>
a()
m_63374459()
getSerializer()
func_199559_b()
public ItemStack
d()
m_66362834()
getResult()
func_77571_b()
public DefaultedList<Ingredient>
e()
m_13434601()
getIngredients()
func_192400_c()
public boolean
a(adb arg0, axs arg1)
m_52363298(C_43616774 arg0, C_64041439 arg1)
matches(Inventory arg0, World arg1)
func_77569_a(IInventory arg0, World arg1)
private boolean
a(adb arg0, int arg1, int arg2, boolean arg3)
m_53491422(C_43616774 arg0, int arg1, int arg2, boolean arg3)
matches(Inventory inventory, int x, int y, boolean rotate)
func_77573_a(IInventory arg0, int arg1, int arg2, boolean arg3)
public ItemStack
a(adb arg0)
m_10985002(C_43616774 arg0)
getResult(Inventory arg0)
func_77572_b(IInventory arg0)
public int
g()
m_30144399()
getWidth()
func_192403_f()
public int
h()
m_03308383()
getHeight()
func_192404_g()
private static DefaultedList<Ingredient>
b(String[] arg0, Map<String, avd> 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)
func_192402_a(String[] arg0, Map<String, Ingredient> arg1, int arg2, int arg3)
static String[]
a(String... arg0)
m_83189394(String... arg0)
shrink(String... ss)
func_194134_a(String... arg0)
private static int
a(String arg0)
m_94830765(String arg0)
indexOfFirstNonSpace(String s)
func_194135_a(String arg0)
private static int
b(String arg0)
m_05160633(String arg0)
indexOfLastNonSpace(String s)
func_194136_b(String arg0)
private static String[]
b(com.google.gson.JsonArray arg0)
m_20829001(com.google.gson.JsonArray arg0)
patternFromJson(com.google.gson.JsonArray json)
func_192407_a(com.google.gson.JsonArray arg0)
private static Map<String, Ingredient>
c(com.google.gson.JsonObject arg0)
m_19256368(com.google.gson.JsonObject arg0)
keyFromJson(com.google.gson.JsonObject json)
func_192408_a(com.google.gson.JsonObject arg0)
public static ItemStack
a(com.google.gson.JsonObject arg0)
m_54518160(com.google.gson.JsonObject arg0)
stackFromJson(com.google.gson.JsonObject json)
func_199798_a(com.google.gson.JsonObject arg0)
public String
f()
m_18511730()
getGroup()
func_193358_e()
public boolean
a(int arg0, int arg1)
m_24326745(int arg0, int arg1)
fits(int arg0, int arg1)
func_194133_a(int arg0, int arg1)