public static class NamespacedWrapper.Factory<V extends IForgeRegistryEntry<V>> extends java.lang.Object implements IForgeRegistry.CreateCallback<V>
| Modifier and Type | Field and Description |
|---|---|
static ResourceLocation |
ID |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(IForgeRegistryInternal<V> owner,
RegistryManager stage) |
public static final ResourceLocation ID
public void onCreate(IForgeRegistryInternal<V> owner, RegistryManager stage)
onCreate in interface IForgeRegistry.CreateCallback<V extends IForgeRegistryEntry<V>>