public class FMLModIdMappingEvent.ModRemapping
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ResourceLocation |
key |
int |
newId |
int |
oldId |
ResourceLocation |
registry |
Modifier | Constructor and Description |
---|---|
private |
ModRemapping(ResourceLocation registry,
ResourceLocation key,
int oldId,
int newId) |
public final ResourceLocation registry
public final ResourceLocation key
public final int oldId
public final int newId
private ModRemapping(ResourceLocation registry, ResourceLocation key, int oldId, int newId)