Package net.minecraftforge.registries
Class NamespacedDefaultedWrapper.Factory<V extends IForgeRegistryEntry<V>>
- java.lang.Object
-
- net.minecraftforge.registries.NamespacedDefaultedWrapper.Factory<V>
-
- All Implemented Interfaces:
IForgeRegistry.CreateCallback<V>
- Enclosing class:
- NamespacedDefaultedWrapper<T extends IForgeRegistryEntry<T>>
public static class NamespacedDefaultedWrapper.Factory<V extends IForgeRegistryEntry<V>> extends java.lang.Object implements IForgeRegistry.CreateCallback<V>
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceLocation
ID
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onCreate(IForgeRegistryInternal<V> owner, RegistryManager stage)
-
-
-
Field Detail
-
ID
public static final ResourceLocation ID
-
-
Method Detail
-
onCreate
public void onCreate(IForgeRegistryInternal<V> owner, RegistryManager stage)
- Specified by:
onCreate
in interfaceIForgeRegistry.CreateCallback<V extends IForgeRegistryEntry<V>>
-
-