Uses of Class
net.minecraft.world.item.crafting.RecipeManager
Packages that use RecipeManager
Package
Description
-
Uses of RecipeManager in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as RecipeManagerMethods in net.minecraft.client.multiplayer that return RecipeManagerModifier and TypeMethodDescriptionClientLevel.getRecipeManager()
ClientPacketListener.getRecipeManager()
-
Uses of RecipeManager in net.minecraft.server
Fields in net.minecraft.server declared as RecipeManagerMethods in net.minecraft.server that return RecipeManagerModifier and TypeMethodDescriptionMinecraftServer.getRecipeManager()
ServerResources.getRecipeManager()
-
Uses of RecipeManager in net.minecraft.server.level
Methods in net.minecraft.server.level that return RecipeManager -
Uses of RecipeManager in net.minecraft.stats
Methods in net.minecraft.stats with parameters of type RecipeManagerModifier 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
Methods in net.minecraft.world.level that return RecipeManager -
Uses of RecipeManager in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type RecipeManagerModifier and TypeMethodDescriptionstatic void
ForgeHooksClient.onRecipesUpdated(RecipeManager mgr)
-
Uses of RecipeManager in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as RecipeManagerMethods in net.minecraftforge.client.event that return RecipeManagerConstructors in net.minecraftforge.client.event with parameters of type RecipeManager