Interface ClientRecipeUpdateEvent
@Environment(CLIENT)
public interface ClientRecipeUpdateEvent
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(net.minecraft.world.item.crafting.RecipeManager recipeManager) Invoked when the client has received an updated list of recipes from the server.
-
Field Details
-
EVENT
- See Also:
-
-
Method Details
-
update
void update(net.minecraft.world.item.crafting.RecipeManager recipeManager) Invoked when the client has received an updated list of recipes from the server. Equivalent to Forge'sRecipesUpdatedEvent
event.- Parameters:
recipeManager
- The recipe manager.
-