Uses of Class
net.minecraft.item.crafting.RecipeManager
-
-
Uses of RecipeManager in net.minecraft.client.network.play
Fields in net.minecraft.client.network.play declared as RecipeManager Modifier and Type Field Description private RecipeManager
ClientPlayNetHandler. recipeManager
Methods in net.minecraft.client.network.play that return RecipeManager Modifier and Type Method Description RecipeManager
ClientPlayNetHandler. 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.item.crafting
Methods in net.minecraft.item.crafting with parameters of type RecipeManager Modifier and Type Method Description void
ServerRecipeBook. fromNbt(CompoundNBT p_192825_1_, RecipeManager p_192825_2_)
private void
ServerRecipeBook. loadRecipes(ListNBT p_223417_1_, java.util.function.Consumer<IRecipe<?>> p_223417_2_, RecipeManager p_223417_3_)
-
Uses of RecipeManager in net.minecraft.resources
Fields in net.minecraft.resources declared as RecipeManager Modifier and Type Field Description private RecipeManager
DataPackRegistries. recipes
Methods in net.minecraft.resources that return RecipeManager Modifier and Type Method Description RecipeManager
DataPackRegistries. 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.world
Methods in net.minecraft.world that return RecipeManager Modifier and Type Method Description abstract RecipeManager
World. getRecipeManager()
-
Uses of RecipeManager in net.minecraft.world.server
Methods in net.minecraft.world.server that return RecipeManager Modifier and Type Method Description RecipeManager
ServerWorld. getRecipeManager()
-
Uses of RecipeManager in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type RecipeManager Modifier and Type Method Description static void
ForgeHooksClient. onRecipesUpdated(RecipeManager mgr)
-
Uses of RecipeManager in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as RecipeManager Modifier and Type Field Description private RecipeManager
RecipesUpdatedEvent. mgr
Methods in net.minecraftforge.client.event that return RecipeManager Modifier and Type Method Description RecipeManager
RecipesUpdatedEvent. getRecipeManager()
Constructors in net.minecraftforge.client.event with parameters of type RecipeManager Constructor Description RecipesUpdatedEvent(RecipeManager mgr)
-