Class RecipesUpdatedEvent


  • public class RecipesUpdatedEvent
    extends net.minecraftforge.eventbus.api.Event
    Fired on Dist.CLIENT when RecipeManager has all of its recipes synced from the server to the client (just after a client has connected),
    • 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

      Fields 
      Modifier and Type Field Description
      private RecipeManager mgr  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RecipeManager getRecipeManager()  
      • Methods inherited from class net.minecraftforge.eventbus.api.Event

        getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.