Uses of Class
net.minecraft.world.item.crafting.RecipeManager
Package
Description
-
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()
ServerResources.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 TypeMethodDescriptionstatic void
ForgeHooksClient.onRecipesUpdated(RecipeManager mgr)
-
Uses of RecipeManager in net.minecraftforge.client.event