Package net.minecraftforge.event
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 theRecipeBuilder
-
-
Constructor Summary
Constructors Constructor Description NewRegistry(ModContainer mc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
NewRegistry
public NewRegistry(ModContainer mc)
-
-