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 RecipeManagerClientPlayNetHandler. recipeManagerMethods in net.minecraft.client.network.play that return RecipeManager Modifier and Type Method Description RecipeManagerClientPlayNetHandler. 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.item.crafting
Methods in net.minecraft.item.crafting with parameters of type RecipeManager Modifier and Type Method Description voidServerRecipeBook. fromNbt(CompoundNBT p_192825_1_, RecipeManager p_192825_2_)private voidServerRecipeBook. 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 RecipeManagerDataPackRegistries. recipesMethods in net.minecraft.resources that return RecipeManager Modifier and Type Method Description RecipeManagerDataPackRegistries. 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.world
Methods in net.minecraft.world that return RecipeManager Modifier and Type Method Description abstract RecipeManagerWorld. getRecipeManager() -
Uses of RecipeManager in net.minecraft.world.server
Methods in net.minecraft.world.server that return RecipeManager Modifier and Type Method Description RecipeManagerServerWorld. getRecipeManager() -
Uses of RecipeManager in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type RecipeManager Modifier and Type Method Description static voidForgeHooksClient. 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 RecipeManagerRecipesUpdatedEvent. mgrMethods in net.minecraftforge.client.event that return RecipeManager Modifier and Type Method Description RecipeManagerRecipesUpdatedEvent. getRecipeManager()Constructors in net.minecraftforge.client.event with parameters of type RecipeManager Constructor Description RecipesUpdatedEvent(RecipeManager mgr)
-