Uses of Class
net.minecraft.recipe.RecipeManager
Package | Description |
---|---|
net.minecraft.client.network | |
net.minecraft.client.world | |
net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
net.minecraft.server | |
net.minecraft.server.network | |
net.minecraft.server.world | |
net.minecraft.world |
-
Uses of RecipeManager in net.minecraft.client.network
Fields in net.minecraft.client.network declared as RecipeManager Modifier and Type Field Description private RecipeManager
ClientPlayNetworkHandler. recipeManager
Methods in net.minecraft.client.network that return RecipeManager Modifier and Type Method Description RecipeManager
ClientPlayNetworkHandler. getRecipeManager()
-
Uses of RecipeManager in net.minecraft.client.world
Methods in net.minecraft.client.world that return RecipeManager Modifier and Type Method Description RecipeManager
ClientWorld. getRecipeManager()
-
Uses of RecipeManager in net.minecraft.resource
Fields in net.minecraft.resource declared as RecipeManager Modifier and Type Field Description private RecipeManager
ServerResourceManager. recipeManager
Methods in net.minecraft.resource that return RecipeManager Modifier and Type Method Description RecipeManager
ServerResourceManager. getRecipeManager()
-
Uses of RecipeManager in net.minecraft.server
Methods in net.minecraft.server that return RecipeManager Modifier and Type Method Description RecipeManager
MinecraftServer. getRecipeManager()
-
Uses of RecipeManager in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type RecipeManager Modifier and Type Method Description private 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 Modifier and Type Method Description RecipeManager
ServerWorld. getRecipeManager()
-
Uses of RecipeManager in net.minecraft.world
Methods in net.minecraft.world that return RecipeManager Modifier and Type Method Description abstract RecipeManager
World. getRecipeManager()