Uses of Class
net.minecraft.world.item.crafting.RecipeMap
Packages that use RecipeMap
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of RecipeMap in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as RecipeMapModifier and TypeFieldDescriptionstatic final RecipeMapRecipeMap.EMPTYprivate RecipeMapRecipeManager.recipesMethods in net.minecraft.world.item.crafting that return RecipeMapModifier and TypeMethodDescriptionstatic RecipeMapRecipeMap.create(Iterable<RecipeHolder<?>> pRecipes) protected RecipeMapRecipeManager.prepare(ResourceManager p_379845_, ProfilerFiller p_380058_) RecipeManager.recipeMap()Methods in net.minecraft.world.item.crafting with parameters of type RecipeMapModifier and TypeMethodDescriptionprotected voidRecipeManager.apply(RecipeMap p_380231_, ResourceManager p_44038_, ProfilerFiller p_44039_) -
Uses of RecipeMap in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event declared as RecipeMapMethods in net.neoforged.neoforge.client.event that return RecipeMapConstructors in net.neoforged.neoforge.client.event with parameters of type RecipeMapModifierConstructorDescriptionRecipesReceivedEvent(Set<RecipeType<?>> recipeTypes, RecipeMap recipeMap) -
Uses of RecipeMap in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type RecipeMapModifier and TypeMethodDescriptionstatic voidCommonHooks.sendRecipes(ServerPlayer player, Set<RecipeType<?>> recipeTypesToSend, RecipeMap recipeMap) Determines whether the given players should be sent full recipe content or not and handles the sending. -
Uses of RecipeMap in net.neoforged.neoforge.network.payload
Methods in net.neoforged.neoforge.network.payload with parameters of type RecipeMapModifier and TypeMethodDescriptionstatic RecipeContentPayloadRecipeContentPayload.create(Collection<RecipeType<?>> recipeTypes, RecipeMap recipes)