类 RecipesUpdatedEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RecipesUpdatedEvent

public class RecipesUpdatedEvent extends net.minecraftforge.eventbus.api.Event
Fired when the ClientRecipeBook has updated information about recipes from the server to the client.

This event is not cancellable, and does not have a result.

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

  • 字段详细资料

  • 构造器详细资料

    • RecipesUpdatedEvent

      @Internal public RecipesUpdatedEvent(ClientRecipeBook recipeBook)
  • 方法详细资料

    • getRecipeBook

      public ClientRecipeBook getRecipeBook()
      返回 the recipe manager。
      返回:
      the recipe manager