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 |
static class |
NamespacedDefaultedWrapper.Factory<V extends IForgeRegistryEntry<V>> |
static class |
NamespacedWrapper.Factory<V extends IForgeRegistryEntry<V>> |
Modifier and Type | Field and Description |
---|---|
private IForgeRegistry.CreateCallback<V> |
ForgeRegistry.create |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IForgeRegistry.CreateCallback<T>> |
RegistryBuilder.createCallback |
Modifier and Type | Method and Description |
---|---|
private IForgeRegistry.CreateCallback<T> |
RegistryBuilder.getCreate() |
Modifier and Type | Method and Description |
---|---|
RegistryBuilder<T> |
RegistryBuilder.add(IForgeRegistry.CreateCallback<T> create) |
(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) |