Interface ClientRecipeUpdateEvent


@Environment(CLIENT) public interface ClientRecipeUpdateEvent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(net.minecraft.world.item.crafting.RecipeManager recipeManager)
    Invoked when the client has received an updated list of recipes from the server.
  • Field Details

  • 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's RecipesUpdatedEvent event.
      Parameters:
      recipeManager - The recipe manager.