net.minecraft.crafting

public class CraftingManager

aku
net.minecraft.class_1112
net.minecraft.crafting.CraftingManager
net.minecraft.item.crafting.CraftingManager
net.minecraft.item.crafting.CraftingManager

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
b
field_15684
LOGGER
field_192422_a
LOGGER
private static int
c
field_15685
nextId
field_193381_c
nextAvailableId
public static final IdRegistry<Identifier, Recipe>
a
field_15683
REGISTRY
field_193380_a
REGISTRY

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static boolean
a()
method_14254()
init()
func_193377_a()
init()
private static boolean
b()
method_14261()
load()
func_192420_c()
parseJsonRecipes()
private static Recipe
a(com.google.gson.JsonObject arg0)
method_14257(com.google.gson.JsonObject arg0)
parseRecipe(com.google.gson.JsonObject json)
func_193376_a(com.google.gson.JsonObject arg0)
parseRecipeJson(com.google.gson.JsonObject json)
public static void
a(String arg0, akt arg1)
method_14258(String arg0, class_1114 arg1)
register(String key, Recipe recipe)
func_193379_a(String arg0, IRecipe arg1)
register(String name, IRecipe recipe)
public static void
a(nf arg0, akt arg1)
method_14260(class_1653 arg0, class_1114 arg1)
register(Identifier key, Recipe recipe)
func_193372_a(ResourceLocation arg0, IRecipe arg1)
register(ResourceLocation name, IRecipe recipe)
public static ItemStack
a(afy arg0, amu arg1)
method_4640(class_1011 arg0, class_1150 arg1)
getResult(CraftingInventory inventory, World world)
func_82787_a(InventoryCrafting arg0, World arg1)
findMatchingResult(InventoryCrafting craftMatrix, World worldIn)
public static Recipe
b(afy arg0, amu arg1)
method_14262(class_1011 arg0, class_1150 arg1)
findRecipe(CraftingInventory inventory, World world)
func_192413_b(InventoryCrafting arg0, World arg1)
findMatchingRecipe(InventoryCrafting craftMatrix, World worldIn)
public static DefaultedList<ItemStack>
c(afy arg0, amu arg1)
method_13671(class_1011 arg0, class_1150 arg1)
getRemainder(CraftingInventory inventory, World world)
func_180303_b(InventoryCrafting arg0, World arg1)
getRemainingItems(InventoryCrafting craftMatrix, World worldIn)
public static Recipe
a(nf arg0)
method_14259(class_1653 arg0)
getRecipe(Identifier key)
func_193373_a(ResourceLocation arg0)
getRecipe(ResourceLocation name)
public static int
a(akt arg0)
method_14256(class_1114 arg0)
getId(Recipe recipe)
func_193375_a(IRecipe arg0)
getIDForRecipe(IRecipe recipe)
public static Recipe
a(int arg0)
method_14255(int arg0)
getRecipe(int id)
func_193374_a(int arg0)
getRecipeById(int id)