public class RecipesUpdatedEvent
extends net.minecraftforge.eventbus.api.Event
Dist.CLIENT
when RecipeManager
has all of its recipes synced from the server to the client (just after a client has connected),Modifier and Type | Field and Description |
---|---|
private RecipeManager |
mgr |
Constructor and Description |
---|
RecipesUpdatedEvent(RecipeManager mgr) |
Modifier and Type | Method and Description |
---|---|
RecipeManager |
getRecipeManager() |
private final RecipeManager mgr
public RecipesUpdatedEvent(RecipeManager mgr)
public RecipeManager getRecipeManager()