All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
clean() |
(package private) <V extends IForgeRegistryEntry<V>> ForgeRegistry<V> |
createRegistry(ResourceLocation name,
java.lang.Class<V> type,
ResourceLocation defaultKey,
int min,
int max,
IForgeRegistry.AddCallback<V> add,
IForgeRegistry.ClearCallback<V> clear,
IForgeRegistry.CreateCallback<V> create,
IForgeRegistry.ValidateCallback<V> validate,
boolean persisted,
boolean allowOverrides,
boolean isModifiable,
IForgeRegistry.DummyFactory<V> dummyFactory,
IForgeRegistry.MissingFactory<V> missing) |
private void |
findSuperTypes(java.lang.Class<?> type,
java.util.Set<java.lang.Class<?>> types) |
java.lang.String |
getName() |
<V extends IForgeRegistryEntry<V>> ResourceLocation |
getName(IForgeRegistry<V> reg) |
<V extends IForgeRegistryEntry<V>> IForgeRegistry<V> |
getRegistry(java.lang.Class<V> cls) |
<V extends IForgeRegistryEntry<V>> ForgeRegistry<V> |
getRegistry(ResourceLocation key) |
<V extends IForgeRegistryEntry<V>> ForgeRegistry<V> |
getRegistry(ResourceLocation key,
RegistryManager other) |
<V extends IForgeRegistryEntry<V>> java.lang.Class<V> |
getSuperType(ResourceLocation key) |
java.util.Map<ResourceLocation,ForgeRegistry.Snapshot> |
takeSnapshot(boolean savingToDisc) |