net.minecraft.world.item.crafting

public class RecipeManager

extends SimpleJsonResourceReloadListener

All mapped superinterfaces:

PreparableReloadListener

bgu
net.minecraft.world.item.crafting.RecipeManager
net.minecraft.class_1863
net.minecraft.unmapped.C_hjseusrb
net.minecraft.recipe.RecipeManager
net.minecraft.item.crafting.RecipeManager
net.minecraft.server.v1_15_R1.CraftingManager

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected void
a(Map<sm, com.google.gson.JsonObject> arg0, zb arg1, aim arg2)
apply(Map<ResourceLocation, com.google.gson.JsonObject> arg0, ResourceManager arg1, ProfilerFiller arg2)
method_20705(Map<class_2960, com.google.gson.JsonObject> arg0, class_3300 arg1, class_3695 arg2)
m_fenzmtpr(Map<C_ncpywfca, com.google.gson.JsonObject> arg0, C_tmnrpasf arg1, C_eslcbfsq arg2)
apply(Map<Identifier, com.google.gson.JsonObject> arg0, ResourceManager arg1, Profiler arg2)
func_212853_a_(Map<ResourceLocation, com.google.gson.JsonObject> arg0, IResourceManager arg1, IProfiler arg2)
public <C extends Container, T extends Recipe<C>> Optional<T>
a(bgw<T> arg0, C arg1, bjt arg2)
getRecipeFor(RecipeType<T> arg0, C arg1, Level arg2)
method_8132(class_3956<T> arg0, C arg1, class_1937 arg2)
m_sycfpgte(C_rhnqznys<T> arg0, C arg1, C_cdctfzbn 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>
b(bgw<T> arg0, C arg1, bjt arg2)
getRecipesFor(RecipeType<T> arg0, C arg1, Level arg2)
method_17877(class_3956<T> arg0, C arg1, class_1937 arg2)
m_hrukhdkd(C_rhnqznys<T> arg0, C arg1, C_cdctfzbn 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>>
a(bgw<T> arg0)
byType(RecipeType<T> arg0)
method_17717(class_3956<T> arg0)
m_xkivhqgi(C_rhnqznys<T> arg0)
getAllOfType(RecipeType<T> type)
func_215366_a(IRecipeType<T> arg0)
public <C extends Container, T extends Recipe<C>> NonNullList<ItemStack>
c(bgw<T> arg0, C arg1, bjt arg2)
getRemainingItemsFor(RecipeType<T> arg0, C arg1, Level arg2)
method_8128(class_3956<T> arg0, C arg1, class_1937 arg2)
m_pgjmabyy(C_rhnqznys<T> arg0, C arg1, C_cdctfzbn arg2)
getRemainingStacks(RecipeType<T> arg0, C arg1, World arg2)
func_215369_c(IRecipeType<T> arg0, C arg1, World arg2)
public Optional<? extends Recipe<?>>
a(sm arg0)
byKey(ResourceLocation arg0)
method_8130(class_2960 arg0)
m_dsxpcpxk(C_ncpywfca arg0)
get(Identifier id)
func_215367_a(ResourceLocation arg0)
public Collection<Recipe<?>>
b()
getRecipes()
method_8126()
m_vrjdrstk()
values()
func_199510_b()
public Stream<ResourceLocation>
c()
getRecipeIds()
method_8127()
m_tfsmuhjx()
keys()
func_215378_c()
public static Recipe<?>
a(sm arg0, com.google.gson.JsonObject arg1)
fromJson(ResourceLocation arg0, com.google.gson.JsonObject arg1)
method_17720(class_2960 arg0, com.google.gson.JsonObject arg1)
m_hcqenhtt(C_ncpywfca 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<bgt<?>> arg0)
replaceRecipes(Iterable<Recipe<?>> arg0)
method_20702(Iterable<class_1860<?>> arg0)
m_tkniqwbe(Iterable<C_awrmdwqd<?>> arg0)
setRecipes(Iterable<Recipe<?>> recipes)
func_223389_a(Iterable<IRecipe<?>> arg0)