Uses of Class
net.minecraft.recipe.RecipeManager
Packages that use RecipeManager
Package
Description
-
Uses of RecipeManager in net.minecraft.client.network
Fields in net.minecraft.client.network declared as RecipeManagerModifier and TypeFieldDescriptionprivate final RecipeManager
ClientPlayNetworkHandler.recipeManager
Methods in net.minecraft.client.network that return RecipeManager -
Uses of RecipeManager in net.minecraft.client.world
Methods in net.minecraft.client.world that return RecipeManager -
Uses of RecipeManager in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type RecipeManagerModifier and TypeFieldDescriptionprivate WeakReference<RecipeManager>
RecipeCache.recipeManagerRef
-
Uses of RecipeManager in net.minecraft.server
Fields in net.minecraft.server declared as RecipeManagerMethods in net.minecraft.server that return RecipeManagerModifier and TypeMethodDescriptionDataPackContents.getRecipeManager()
MinecraftServer.getRecipeManager()
-
Uses of RecipeManager in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type RecipeManagerModifier and TypeMethodDescriptionprivate void
ServerRecipeBook.handleList
(NbtList list, Consumer<RecipeEntry<?>> handler, RecipeManager recipeManager) void
ServerRecipeBook.readNbt
(NbtCompound nbt, RecipeManager recipeManager) -
Uses of RecipeManager in net.minecraft.server.world
Methods in net.minecraft.server.world that return RecipeManager -
Uses of RecipeManager in net.minecraft.world
Methods in net.minecraft.world that return RecipeManager