net.minecraft.util.datafix

public class DataFixerUpper

implements DataFixer

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

Field summary

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

Constructor summary

ModifierConstructor
public (int version)

Method summary

Modifier and TypeMethod
public NbtCompound
a(rv arg0, fy arg1)
method_12900(class_2931 arg0, class_322 arg1)
run(TypeReference type, NbtCompound data)
func_188257_a(IFixType arg0, NBTTagCompound arg1)
process(IFixType type, NBTTagCompound compound)
public NbtCompound
a(rv arg0, fy arg1, int arg2)
method_12898(class_2931 arg0, class_322 arg1, int arg2)
run(TypeReference arg0, NbtCompound arg1, int arg2)
func_188251_a(IFixType arg0, NBTTagCompound arg1, int arg2)
process(IFixType arg0, NBTTagCompound arg1, int arg2)
private NbtCompound
b(rv arg0, fy arg1, int arg2)
method_12904(class_2931 arg0, class_322 arg1, int arg2)
runFixes(TypeReference type, NbtCompound data, int version)
func_188252_b(IFixType arg0, NBTTagCompound arg1, int arg2)
processFixes(IFixType type, NBTTagCompound compound, int versionIn)
private NbtCompound
c(rv arg0, fy arg1, int arg2)
method_12905(class_2931 arg0, class_322 arg1, int arg2)
runSchemas(TypeReference type, NbtCompound data, int version)
func_188253_c(IFixType arg0, NBTTagCompound arg1, int arg2)
processWalkers(IFixType type, NBTTagCompound compound, int versionIn)
public void
a(rw arg0, sa arg1)
method_12903(class_2932 arg0, class_2936 arg1)
register(References type, Schema schema)
func_188258_a(FixTypes arg0, IDataWalker arg1)
registerWalker(FixTypes type, IDataWalker walker)
public void
a(rv arg0, sa arg1)
method_12902(class_2931 arg0, class_2936 arg1)
register(TypeReference type, Schema schema)
func_188255_a(IFixType arg0, IDataWalker arg1)
registerVanillaWalker(IFixType type, IDataWalker walker)
public void
a(rv arg0, ru arg1)
method_12901(class_2931 arg0, class_2930 arg1)
register(TypeReference type, DataFix fix)
func_188256_a(IFixType arg0, IFixableData arg1)
registerFix(IFixType type, IFixableData fixable)
private <V> List<V>
a(Map<rv, List<V>> arg0, rv arg1)
method_12899(Map<class_2931, List<V>> arg0, class_2931 arg1)
getList(Map<TypeReference, List<V>> map, TypeReference type)
func_188254_a(Map<IFixType, List<V>> arg0, IFixType arg1)
getTypeList(Map<IFixType, List<V>> map, IFixType type)