public class FMLModIdMappingEvent extends ModLifecycleEvent
MinecraftForge.EVENT_BUS| Modifier and Type | Class and Description |
|---|---|
class |
FMLModIdMappingEvent.ModRemapping |
| Modifier and Type | Field and Description |
|---|---|
boolean |
isFrozen |
| Constructor and Description |
|---|
FMLModIdMappingEvent(java.util.Map<ResourceLocation,java.util.Map<ResourceLocation,java.lang.Integer[]>> remaps,
boolean isFrozen) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<ResourceLocation> |
getRegistries() |
com.google.common.collect.ImmutableList<FMLModIdMappingEvent.ModRemapping> |
getRemaps(ResourceLocation registry) |
description, getIMCStream, getIMCStream, toStringpublic FMLModIdMappingEvent(java.util.Map<ResourceLocation,java.util.Map<ResourceLocation,java.lang.Integer[]>> remaps, boolean isFrozen)
public com.google.common.collect.ImmutableSet<ResourceLocation> getRegistries()
public com.google.common.collect.ImmutableList<FMLModIdMappingEvent.ModRemapping> getRemaps(ResourceLocation registry)