net.minecraft.util.datafix

public class DataFixerUpper

implements DataFixer

pd
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(pa arg0, dr arg1)
method_12900(class_2931 arg0, class_322 arg1)
run(TypeReference type, NbtCompound data)
process(IFixType type, NBTTagCompound compound)
public NbtCompound
a(pa arg0, dr 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(pa arg0, dr 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(pa arg0, dr 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(pb arg0, pf arg1)
method_12903(class_2932 arg0, class_2936 arg1)
register(References type, Schema schema)
registerWalker(FixTypes type, IDataWalker walker)
public void
a(pa arg0, pf arg1)
method_12902(class_2931 arg0, class_2936 arg1)
register(TypeReference type, Schema schema)
registerWalkerAdd(IFixType type, IDataWalker walker)
public void
a(pa arg0, oz 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<pa, List<V>> arg0, pa 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)