public class DataFixer extends java.lang.Object implements IDataFixer
Modifier and Type | Field and Description |
---|---|
int |
version |
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 |
registerVanillaWalker(IFixType type,
IDataWalker walker) |
void |
registerWalker(FixTypes type,
IDataWalker walker) |
public NBTTagCompound process(IFixType type, NBTTagCompound compound)
public NBTTagCompound process(IFixType type, NBTTagCompound compound, int versionIn)
process
in interface IDataFixer
public void registerWalker(FixTypes type, IDataWalker walker)
public void registerVanillaWalker(IFixType type, IDataWalker walker)
public void registerFix(IFixType type, IFixableData fixable)