public class FMLModIdMappingEvent.ModRemapping
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
newId |
int |
oldId |
FMLModIdMappingEvent.RemapTarget |
remapTarget |
ResourceLocation |
resourceLocation |
java.lang.String |
tag |
Constructor and Description |
---|
ModRemapping(int oldId,
int newId,
ResourceLocation tag,
FMLModIdMappingEvent.RemapTarget type) |
public final int oldId
public final int newId
public final java.lang.String tag
public final FMLModIdMappingEvent.RemapTarget remapTarget
public final ResourceLocation resourceLocation
public ModRemapping(int oldId, int newId, ResourceLocation tag, FMLModIdMappingEvent.RemapTarget type)