Class RecipesUpdatedEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.RecipesUpdatedEvent

public class RecipesUpdatedEvent extends net.neoforged.bus.api.Event
Fired when the RecipeManager has received and synced the recipes from the server to the client.

This event is not

invalid reference
cancellable
, and does not
invalid reference
have a result
.

This event is fired on the main Forge event bus, only on the logical client.

  • Field Details

  • Constructor Details

    • RecipesUpdatedEvent

      @Internal public RecipesUpdatedEvent(RecipeManager recipeManager)
  • Method Details

    • getRecipeManager

      public RecipeManager getRecipeManager()
      Returns the recipe manager.
      Returns:
      the recipe manager