Class RegistryEvent.NewRegistry

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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 Details

  • Method Details