Package | Description |
---|---|
net.minecraftforge.event | |
net.minecraftforge.registries |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableList<RegistryEvent.MissingMappings.Mapping<T>> |
RegistryEvent.MissingMappings.mappings |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<RegistryEvent.MissingMappings.Mapping<T>> |
RegistryEvent.MissingMappings.getAllMappings() |
com.google.common.collect.ImmutableList<RegistryEvent.MissingMappings.Mapping<T>> |
RegistryEvent.MissingMappings.getMappings() |
Constructor and Description |
---|
MissingMappings(ResourceLocation name,
IForgeRegistry<T> registry,
java.util.Collection<RegistryEvent.MissingMappings.Mapping<T>> missed) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ForgeRegistry.processMissingEvent(ResourceLocation name,
ForgeRegistry<V> pool,
java.util.List<RegistryEvent.MissingMappings.Mapping<V>> mappings,
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) |