public class DataFixesManager
extends java.lang.Object
Constructor and Description |
---|
DataFixesManager() |
Modifier and Type | Method and Description |
---|---|
static DataFixer |
createFixer() |
static NBTTagCompound |
processInventory(IDataFixer fixer,
NBTTagCompound compound,
int version,
java.lang.String key) |
static NBTTagCompound |
processItemStack(IDataFixer fixer,
NBTTagCompound compound,
int version,
java.lang.String key) |
private static void |
registerFixes(DataFixer fixer) |
private static void registerFixes(DataFixer fixer)
public static DataFixer createFixer()
public static NBTTagCompound processItemStack(IDataFixer fixer, NBTTagCompound compound, int version, java.lang.String key)
public static NBTTagCompound processInventory(IDataFixer fixer, NBTTagCompound compound, int version, java.lang.String key)