Interface RecipeUpdateEvent
@Environment(CLIENT)
public interface RecipeUpdateEvent
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(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'sRecipesUpdatedEventevent.- Parameters:
 recipeManager- The recipe manager.
 
 -