net.minecraft.crafting

public class CraftingManager

abt
net.minecraft.class_1112
net.minecraft.crafting.CraftingManager
net.minecraft.item.crafting.CraftingManager

Field summary

Modifier and TypeField
private static final CraftingManager
a
field_4434
INSTANCE
instance
private final List<Recipe>
b
field_4435
recipes
recipes

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public static CraftingManager
a()
method_3493()
getInstance()
getInstance()
public ShapedRecipe
a(zx arg0, Object... arg1)
method_3495(class_1071 arg0, Object... arg1)
registerShaped(ItemStack result, Object... args)
addRecipe(ItemStack stack, Object... recipeComponents)
public void
b(zx arg0, Object... arg1)
method_3497(class_1071 arg0, Object... arg1)
registerShapeless(ItemStack result, Object... args)
addShapelessRecipe(ItemStack stack, Object... recipeComponents)
public void
a(abs arg0)
method_8444(class_1114 arg0)
register(Recipe recipe)
addRecipe(IRecipe recipe)
public ItemStack
a(xp arg0, adm arg1)
method_4640(class_1011 arg0, class_1150 arg1)
getResult(CraftingInventory inventory, World world)
findMatchingRecipe(InventoryCrafting arg0, World worldIn)
public ItemStack[]
b(xp arg0, adm arg1)
method_8445(class_1011 arg0, class_1150 arg1)
getRemainder(CraftingInventory inventory, World world)
func_180303_b(InventoryCrafting arg0, World worldIn)
public List<Recipe>
b()
method_3496()
getRecipes()
getRecipeList()