Uses of Class
net.minecraft.recipe.RecipeManager
Packages that use RecipeManager
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
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.resource
Fields in net.minecraft.resource declared as RecipeManagerMethods in net.minecraft.resource that return RecipeManager -
Uses of RecipeManager in net.minecraft.server
Methods in net.minecraft.server that return RecipeManager -
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<Recipe<?>> 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