Package | Description |
---|---|
net.minecraftforge.registries |
Modifier and Type | Class and Description |
---|---|
private static class |
GameData.BlockCallbacks |
private static class |
GameData.EntityCallbacks |
private static class |
GameData.ItemCallbacks |
private static class |
GameData.SerializerCallbacks |
Modifier and Type | Field and Description |
---|---|
private IForgeRegistry.AddCallback<V> |
ForgeRegistry.add |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IForgeRegistry.AddCallback<T>> |
RegistryBuilder.addCallback |
Modifier and Type | Method and Description |
---|---|
private IForgeRegistry.AddCallback<T> |
RegistryBuilder.getAdd() |
Modifier and Type | Method and Description |
---|---|
RegistryBuilder<T> |
RegistryBuilder.add(IForgeRegistry.AddCallback<T> add) |
(package private) <V extends IForgeRegistryEntry<V>> |
RegistryManager.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) |
Constructor and Description |
---|
ForgeRegistry(java.lang.Class<V> superType,
ResourceLocation defaultKey,
int min,
int max,
IForgeRegistry.CreateCallback<V> create,
IForgeRegistry.AddCallback<V> add,
IForgeRegistry.ClearCallback<V> clear,
IForgeRegistry.ValidateCallback<V> validate,
RegistryManager stage,
boolean allowOverrides,
boolean isModifiable,
IForgeRegistry.DummyFactory<V> dummyFactory,
IForgeRegistry.MissingFactory<V> missing) |