Uses of Class
net.minecraft.world.item.crafting.RecipeManager
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of RecipeManager in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionClientLevel.getRecipeManager()
ClientPacketListener.getRecipeManager()
-
Uses of RecipeManager in net.minecraft.server
Modifier and TypeMethodDescriptionMinecraftServer.getRecipeManager()
ReloadableServerResources.getRecipeManager()
-
Uses of RecipeManager in net.minecraft.server.level
-
Uses of RecipeManager in net.minecraft.stats
Modifier and TypeMethodDescriptionvoid
ServerRecipeBook.fromNbt
(CompoundTag p_12795_, RecipeManager p_12796_) private void
ServerRecipeBook.loadRecipes
(ListTag p_12798_, Consumer<Recipe<?>> p_12799_, RecipeManager p_12800_) -
Uses of RecipeManager in net.minecraft.world.level
-
Uses of RecipeManager in net.minecraftforge.client
Modifier and TypeMethodDescriptionClientCommandSourceStack.getRecipeManager()
Returns theRecipeManager
from the client side.Modifier and TypeMethodDescriptionstatic void
ForgeHooksClient.onRecipesUpdated
(RecipeManager mgr) -
Uses of RecipeManager in net.minecraftforge.client.event
Modifier and TypeMethodDescriptionRecipesUpdatedEvent.getRecipeManager()
Returns the recipe manager. -
Uses of RecipeManager in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault RecipeManager
IForgeCommandSourceStack.getRecipeManager()