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 RecipeMap
RecipeMap.EMPTY
private RecipeMap
RecipeManager.recipes
Methods in net.minecraft.world.item.crafting that return RecipeMapModifier and TypeMethodDescriptionstatic RecipeMap
RecipeMap.create
(Iterable<RecipeHolder<?>> p_379481_) protected RecipeMap
RecipeManager.prepare
(ResourceManager p_379845_, ProfilerFiller p_380058_) RecipeManager.recipeMap()
Methods in net.minecraft.world.item.crafting with parameters of type RecipeMapModifier and TypeMethodDescriptionprotected void
RecipeManager.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 void
CommonHooks.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 RecipeContentPayload
RecipeContentPayload.create
(Collection<RecipeType<?>> recipeTypes, RecipeMap recipes)