net.minecraft.server.v1_14_R1

public class CraftingManager

extends ResourceDataJson

All mapped superinterfaces:

IReloadListener

ben
net.minecraft.class_1863
net.minecraft.recipe.RecipeManager
net.minecraft.item.crafting.RecipeManager
net.minecraft.server.v1_14_R1.CraftingManager

Field summary

Modifier and TypeField
private static final com.google.gson.Gson
a
field_19359
GSON
field_223401_a
private static final org.apache.logging.log4j.Logger
b
field_9027
LOGGER
field_199521_c
private Map<Recipes<?>, Map<MinecraftKey, IRecipe<?>>>
c
field_9023
recipeMap
field_199522_d
recipes
private boolean
d
field_9024
hadErrors
field_199523_e

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected void
a(Map<qt, com.google.gson.JsonObject> arg0, xg arg1, agk arg2)
method_20705(Map<class_2960, com.google.gson.JsonObject> arg0, class_3300 arg1, class_3695 arg2)
method_20705(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 IInventory, T extends IRecipe<C>> Optional<T>
a(bep<T> arg0, C arg1, bhm arg2)
method_8132(class_3956<T> arg0, C arg1, class_1937 arg2)
getFirstMatch(RecipeType<T> arg0, C arg1, World arg2)
func_215371_a(IRecipeType<T> arg0, C arg1, World arg2)
craft(Recipes<T> arg0, C arg1, World arg2)
public <C extends IInventory, T extends IRecipe<C>> List<T>
b(bep<T> arg0, C arg1, bhm arg2)
method_17877(class_3956<T> arg0, C arg1, class_1937 arg2)
getAllMatches(RecipeType<T> arg0, C arg1, World arg2)
func_215370_b(IRecipeType<T> arg0, C arg1, World arg2)
private <C extends IInventory, T extends IRecipe<C>> Map<MinecraftKey, IRecipe<C>>
a(bep<T> arg0)
method_17717(class_3956<T> arg0)
getAllForType(RecipeType<T> arg0)
func_215366_a(IRecipeType<T> arg0)
public <C extends IInventory, T extends IRecipe<C>> NonNullList<ItemStack>
c(bep<T> arg0, C arg1, bhm 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 IRecipe<?>>
a(qt arg0)
method_8130(class_2960 arg0)
get(Identifier arg0)
func_215367_a(ResourceLocation arg0)
public Collection<IRecipe<?>>
b()
method_8126()
values()
func_199510_b()
public Stream<MinecraftKey>
c()
method_8127()
keys()
func_215378_c()
public static IRecipe<?>
a(qt arg0, com.google.gson.JsonObject arg1)
method_17720(class_2960 arg0, com.google.gson.JsonObject arg1)
deserialize(Identifier arg0, com.google.gson.JsonObject arg1)
func_215377_a(ResourceLocation arg0, com.google.gson.JsonObject arg1)
public void
a(Iterable<bem<?>> arg0)
method_20702(Iterable<class_1860<?>> arg0)
method_20702(Iterable<Recipe<?>> arg0)
func_223389_a(Iterable<IRecipe<?>> arg0)