net.minecraft.world.item.crafting

public class RecipeManager

extends SimpleJsonResourceReloadListener

All mapped superinterfaces:

PreparableReloadListener

bmv
net.minecraft.world.item.crafting.RecipeManager
net.minecraft.class_1863
net.minecraft.recipe.RecipeManager
net.minecraft.item.crafting.RecipeManager
net.minecraft.server.v1_16_R1.CraftingManager

Field summary

Modifier and TypeField
private static final com.google.gson.Gson
a
GSON
field_19359
GSON
field_223401_a
private static final org.apache.logging.log4j.Logger
b
LOGGER
field_9027
LOGGER
field_199521_c
private Map<RecipeType<?>, Map<ResourceLocation, Recipe<?>>>
c
recipes
field_9023
recipes
field_199522_d
recipes
private boolean
d
hasErrors
field_9024
errored
field_199523_e

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected void
a(Map<uh, com.google.gson.JsonElement> arg0, abc arg1, ami arg2)
apply(Map<ResourceLocation, com.google.gson.JsonElement> arg0, ResourceManager arg1, ProfilerFiller arg2)
method_20705(Map<class_2960, com.google.gson.JsonElement> arg0, class_3300 arg1, class_3695 arg2)
apply(Map<Identifier, com.google.gson.JsonElement> arg0, ResourceManager arg1, Profiler arg2)
func_212853_a_(Map<ResourceLocation, com.google.gson.JsonElement> arg0, IResourceManager arg1, IProfiler arg2)
public <C extends Container, T extends Recipe<C>> Optional<T>
a(bmx<T> arg0, C arg1, bqb arg2)
getRecipeFor(RecipeType<T> arg0, C arg1, Level arg2)
method_8132(class_3956<T> arg0, C arg1, class_1937 arg2)
getFirstMatch(RecipeType<T> type, C inventory, World world)
func_215371_a(IRecipeType<T> arg0, C arg1, World arg2)
craft(Recipes<T> arg0, C arg1, World arg2)
public <C extends Container, T extends Recipe<C>> List<T>
a(bmx<T> arg0)
getAllRecipesFor(RecipeType<T> arg0)
method_30027(class_3956<T> arg0)
method_30027(RecipeType<T> arg0)
func_241447_a_(IRecipeType<T> arg0)
public <C extends Container, T extends Recipe<C>> List<T>
b(bmx<T> arg0, C arg1, bqb arg2)
getRecipesFor(RecipeType<T> arg0, C arg1, Level arg2)
method_17877(class_3956<T> arg0, C arg1, class_1937 arg2)
getAllMatches(RecipeType<T> type, C inventory, World world)
func_215370_b(IRecipeType<T> arg0, C arg1, World arg2)
private <C extends Container, T extends Recipe<C>> Map<ResourceLocation, Recipe<C>>
b(bmx<T> arg0)
byType(RecipeType<T> arg0)
method_17717(class_3956<T> arg0)
getAllOfType(RecipeType<T> type)
func_215366_a(IRecipeType<T> arg0)
public <C extends Container, T extends Recipe<C>> NonNullList<ItemStack>
c(bmx<T> arg0, C arg1, bqb arg2)
getRemainingItemsFor(RecipeType<T> arg0, C arg1, Level arg2)
method_8128(class_3956<T> arg0, C arg1, class_1937 arg2)
getRemainingStacks(RecipeType<T> arg0, C arg1, World arg2)
func_215369_c(IRecipeType<T> arg0, C arg1, World arg2)
public Optional<? extends Recipe<?>>
a(uh arg0)
byKey(ResourceLocation arg0)
method_8130(class_2960 arg0)
get(Identifier id)
func_215367_a(ResourceLocation arg0)
public Collection<Recipe<?>>
b()
getRecipes()
method_8126()
values()
func_199510_b()
public Stream<ResourceLocation>
d()
getRecipeIds()
method_8127()
keys()
func_215378_c()
public static Recipe<?>
a(uh arg0, com.google.gson.JsonObject arg1)
fromJson(ResourceLocation arg0, com.google.gson.JsonObject arg1)
method_17720(class_2960 arg0, com.google.gson.JsonObject arg1)
deserialize(Identifier id, com.google.gson.JsonObject json)
func_215377_a(ResourceLocation arg0, com.google.gson.JsonObject arg1)
public void
a(Iterable<bmu<?>> arg0)
replaceRecipes(Iterable<Recipe<?>> arg0)
method_20702(Iterable<class_1860<?>> arg0)
setRecipes(Iterable<Recipe<?>> recipes)
func_223389_a(Iterable<IRecipe<?>> arg0)