Class RegistryEvent.NewRegistry

  • All Implemented Interfaces:
    IModBusEvent
    Enclosing class:
    RegistryEvent<T extends IForgeRegistryEntry<T>>

    public static class RegistryEvent.NewRegistry
    extends net.minecraftforge.eventbus.api.Event
    implements IModBusEvent
    Register new registries when you receive this event, through the RecipeBuilder
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • 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, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object