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 when the
RecipeManager
has received and synced the 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
recipeManager
-
-
Constructor Details
-
RecipesUpdatedEvent
-
-
Method Details
-
getRecipeManager
Returns the recipe manager.- Returns:
- the recipe manager
-