Package net.minecraftforge.client.event
Class RecipesUpdatedEvent
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.client.event.RecipesUpdatedEvent
-
public class RecipesUpdatedEvent extends net.minecraftforge.eventbus.api.Event
Fired onDist.CLIENT
whenRecipeManager
has all of its recipes synced from the server to the client (just after a client has connected),
-
-
Field Summary
Fields Modifier and Type Field Description private RecipeManager
mgr
-
Constructor Summary
Constructors Constructor Description RecipesUpdatedEvent(RecipeManager mgr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipeManager
getRecipeManager()
-
-
-
Field Detail
-
mgr
private final RecipeManager mgr
-
-
Constructor Detail
-
RecipesUpdatedEvent
public RecipesUpdatedEvent(RecipeManager mgr)
-
-
Method Detail
-
getRecipeManager
public RecipeManager getRecipeManager()
- Returns:
- The newly-updated recipe manager that now contains all the recipes that were just received.
-
-