public class DataFixer extends java.lang.Object implements IDataFixer
| Constructor and Description | 
|---|
DataFixer(int versionIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
NBTTagCompound | 
process(IFixType type,
       NBTTagCompound compound)  | 
NBTTagCompound | 
process(IFixType type,
       NBTTagCompound compound,
       int versionIn)  | 
void | 
registerFix(IFixType type,
           IFixableData fixable)  | 
void | 
registerWalker(FixTypes type,
              IDataWalker walker)  | 
void | 
registerWalkerAdd(IFixType type,
                 IDataWalker walker)  | 
public NBTTagCompound process(IFixType type, NBTTagCompound compound)
public NBTTagCompound process(IFixType type, NBTTagCompound compound, int versionIn)
process in interface IDataFixerpublic void registerWalker(FixTypes type, IDataWalker walker)
public void registerWalkerAdd(IFixType type, IDataWalker walker)
public void registerFix(IFixType type, IFixableData fixable)