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 RecipeManagerClientPlayNetworkHandler. recipeManagerMethods in net.minecraft.client.network that return RecipeManager Modifier and Type Method Description RecipeManagerClientPlayNetworkHandler. getRecipeManager() -
Uses of RecipeManager in net.minecraft.client.world
Methods in net.minecraft.client.world that return RecipeManager Modifier and Type Method Description RecipeManagerClientWorld. getRecipeManager() -
Uses of RecipeManager in net.minecraft.resource
Fields in net.minecraft.resource declared as RecipeManager Modifier and Type Field Description private RecipeManagerServerResourceManager. recipeManagerMethods in net.minecraft.resource that return RecipeManager Modifier and Type Method Description RecipeManagerServerResourceManager. getRecipeManager() -
Uses of RecipeManager in net.minecraft.server
Methods in net.minecraft.server that return RecipeManager Modifier and Type Method Description RecipeManagerMinecraftServer. 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 voidServerRecipeBook. handleList(NbtList list, Consumer<Recipe<?>> handler, RecipeManager recipeManager)voidServerRecipeBook. 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 RecipeManagerServerWorld. getRecipeManager() -
Uses of RecipeManager in net.minecraft.world
Methods in net.minecraft.world that return RecipeManager Modifier and Type Method Description abstract RecipeManagerWorld. getRecipeManager()