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
Subclasses with type arguments of type RecipeMap in net.minecraft.world.item.craftingFields 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<?>> recipes) protected RecipeMapRecipeManager.prepare(ResourceManager manager, ProfilerFiller profiler) RecipeManager.recipeMap()Methods in net.minecraft.world.item.crafting with parameters of type RecipeMapModifier and TypeMethodDescriptionprotected voidRecipeManager.apply(RecipeMap recipes, ResourceManager manager, ProfilerFiller profiler) -
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)