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
, and does not
invalid reference
cancellable
.invalid reference
have a result
This event is fired on the main Forge event bus, only on the logical client.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
recipeManager
-
-
Constructor Details
-
RecipesUpdatedEvent
-
-
Method Details
-
getRecipeManager
Returns the recipe manager.- Returns:
- the recipe manager
-