Package | Description |
---|---|
net.minecraftforge.common | |
net.minecraftforge.registries |
Modifier and Type | Method and Description |
---|---|
void |
ForgeModContainer.missingMapping(RegistryEvent.MissingMappings<Item> event) |
Modifier and Type | Method and Description |
---|---|
RegistryEvent.MissingMappings<?> |
ForgeRegistry.getMissingEvent(ResourceLocation name,
java.util.Map<ResourceLocation,java.lang.Integer> map) |
Modifier and Type | Method and Description |
---|---|
private static <T extends IForgeRegistryEntry<T>> |
GameData.processMissing(java.lang.Class<T> clazz,
ResourceLocation name,
RegistryManager STAGING,
RegistryEvent.MissingMappings<?> e,
java.util.Map<ResourceLocation,java.lang.Integer> missing,
java.util.Map<ResourceLocation,java.lang.Integer[]> remaps,
java.util.Collection<ResourceLocation> defaulted,
java.util.Collection<ResourceLocation> failed,
boolean injectNetworkDummies) |