public class TileEntityId extends java.lang.Object implements IFixableData
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,java.lang.String> |
OLD_TO_NEW_ID_MAP |
| Constructor and Description |
|---|
TileEntityId() |
| Modifier and Type | Method and Description |
|---|---|
NBTTagCompound |
fixTagCompound(NBTTagCompound compound) |
int |
getFixVersion() |
private static final java.util.Map<java.lang.String,java.lang.String> OLD_TO_NEW_ID_MAP
public int getFixVersion()
getFixVersion in interface IFixableDatapublic NBTTagCompound fixTagCompound(NBTTagCompound compound)
fixTagCompound in interface IFixableData