Class RegistryEvent<T extends IForgeRegistryEntry<T>>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RegistryEvent.MissingMappings<T extends IForgeRegistryEntry<T>>  
      static class  RegistryEvent.NewRegistry
      Register new registries when you receive this event, through the RecipeBuilder
      static class  RegistryEvent.Register<T extends IForgeRegistryEntry<T>>
      Register your objects for the appropriate registry type when you receive this event.
      • Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

        net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
    • Constructor Summary

      Constructors 
      Constructor Description
      RegistryEvent​(java.lang.Class<T> clazz)  
    • Method Summary

      • Methods inherited from class net.minecraftforge.eventbus.api.GenericEvent

        getGenericType
      • 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

      • RegistryEvent

        RegistryEvent​(java.lang.Class<T> clazz)