net.minecraft.util.datafix

public class DataFixerUpper

implements DataFixer

ph
net.minecraft.class_2934
net.minecraft.util.datafix.DataFixerUpper
net.minecraft.util.datafix.DataFixer

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_14397
LOGGER
LOGGER
private final Map<TypeReference, List<Schema>>
b
field_14398
schemas
walkerMap
private final Map<TypeReference, List<DataFix>>
c
field_14399
fixes
fixMap
private final int
d
field_14400
version
version

Constructor summary

ModifierConstructor
public (int version)

Method summary

Modifier and TypeMethod
public NbtCompound
a(pe arg0, du arg1)
method_12900(class_2931 arg0, class_322 arg1)
run(TypeReference type, NbtCompound data)
process(IFixType type, NBTTagCompound compound)
public NbtCompound
a(pe arg0, du arg1, int arg2)
method_12898(class_2931 arg0, class_322 arg1, int arg2)
run(TypeReference arg0, NbtCompound arg1, int arg2)
process(IFixType arg0, NBTTagCompound arg1, int arg2)
private NbtCompound
b(pe arg0, du arg1, int arg2)
method_12904(class_2931 arg0, class_322 arg1, int arg2)
runFixes(TypeReference type, NbtCompound data, int version)
processFixes(IFixType type, NBTTagCompound compound, int versionIn)
private NbtCompound
c(pe arg0, du arg1, int arg2)
method_12905(class_2931 arg0, class_322 arg1, int arg2)
runSchemas(TypeReference type, NbtCompound data, int version)
processWalkers(IFixType type, NBTTagCompound compound, int versionIn)
public void
a(pf arg0, pj arg1)
method_12903(class_2932 arg0, class_2936 arg1)
register(References type, Schema schema)
registerWalker(FixTypes type, IDataWalker walker)
public void
a(pe arg0, pj arg1)
method_12902(class_2931 arg0, class_2936 arg1)
register(TypeReference type, Schema schema)
registerVanillaWalker(IFixType type, IDataWalker walker)
public void
a(pe arg0, pd arg1)
method_12901(class_2931 arg0, class_2930 arg1)
register(TypeReference type, DataFix fix)
registerFix(IFixType type, IFixableData fixable)
private <V> List<V>
a(Map<pe, List<V>> arg0, pe arg1)
method_12899(Map<class_2931, List<V>> arg0, class_2931 arg1)
getList(Map<TypeReference, List<V>> map, TypeReference type)
getTypeList(Map<IFixType, List<V>> map, IFixType type)