net.minecraft.crafting

public class CraftingManager

implements ResourceReloadListener

avl
net.minecraft.class_1112
net.minecraft.crafting.CraftingManager
net.minecraft.item.crafting.RecipeManager
net.minecraft.item.crafting.RecipeManager

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
c
field_15684
LOGGER
field_199521_c
LOGGER
public static final int
a
field_17443
PATH_PREFIX_LENGTH
field_199519_a
PATH_PREFIX_LENGTH
public static final int
b
field_17444
PATH_SUFFIX_LENGTH
field_199520_b
PATH_SUFFIX_LENGTH
private final Map<Identifier, Recipe>
d
field_17445
recipes
field_199522_d
recipes
private boolean
e
field_17446
loaded
field_199523_e
someRecipesErrored

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(vf arg0)
method_5895(class_1654 arg0)
reload(ResourceManager arg0)
func_195410_a(IResourceManager arg0)
onResourceManagerReload(IResourceManager arg0)
public void
a(avk arg0)
method_16205(class_1114 arg0)
register(Recipe recipe)
func_199509_a(IRecipe arg0)
addRecipe(IRecipe recipe)
public ItemStack
a(ade arg0, axy arg1)
method_16204(class_849 arg0, class_1150 arg1)
getResult(Inventory inventory, World world)
func_199514_a(IInventory arg0, World arg1)
getResult(IInventory input, World worldIn)
public Recipe
b(ade arg0, axy arg1)
method_16209(class_849 arg0, class_1150 arg1)
findRecipe(Inventory inventory, World world)
func_199515_b(IInventory arg0, World arg1)
getRecipe(IInventory input, World worldIn)
public DefaultedList<ItemStack>
c(ade arg0, axy arg1)
method_16211(class_849 arg0, class_1150 arg1)
getRemainder(Inventory inventory, World world)
func_199513_c(IInventory arg0, World arg1)
getRemainingItems(IInventory input, World worldIn)
public Recipe
a(pc arg0)
method_16207(class_1653 arg0)
getRecipe(Identifier location)
func_199517_a(ResourceLocation arg0)
getRecipe(ResourceLocation id)
public Collection<Recipe>
b()
method_16208()
getRecipes()
func_199510_b()
getRecipes()
public Collection<Identifier>
c()
method_16210()
getLocations()
func_199511_c()
getIds()
public void
d()
method_16212()
clear()
func_199518_d()
clear()