T
- public interface IForgeRegistrar<T extends IForgeRegistrar<T,R>,R extends net.minecraftforge.registries.IForgeRegistryEntry<R>> extends IRegistrar<T>
RegistryHelper.handleRegistrar(IForgeRegistrar, IForgeRegistry)
Modifier and Type | Method and Description |
---|---|
T |
handleForge(net.minecraftforge.registries.IForgeRegistry<R> registry)
Registers the data inside and returns the registrar.
|
handle
T handleForge(net.minecraftforge.registries.IForgeRegistry<R> registry)
IForgeRegistrar