net.minecraft.datafixer.fix

public class ChunkLevelTagRenameFix

extends com.mojang.datafixers.DataFix

net.minecraft.util.datafix.fixes.ChunkRenamesFix
net.minecraft.util.datafix.fixes.ChunkRenamesFix
net.minecraft.class_6742
net.minecraft.datafixer.fix.ChunkLevelTagRenameFix

Constructor summary

ModifierConstructor
public (com.mojang.datafixers.schemas.Schema outputSchema)

Method summary

Modifier and TypeMethod
protected com.mojang.datafixers.TypeRewriteRule
makeRule()
makeRule()
private static com.mojang.datafixers.Typed<?>
renameField(com.mojang.datafixers.Typed<?> input, String oldName, String newName)
renameField(com.mojang.datafixers.Typed<?> input, String oldName, String newName)
method_39271(com.mojang.datafixers.Typed<?> arg0, String arg1, String arg2)
rename(com.mojang.datafixers.Typed<?> arg0, String oldKey, String newKey)
private static <A> com.mojang.datafixers.Typed<?>
renameFieldHelper(com.mojang.datafixers.Typed<?> input, String oldName, String newName, com.mojang.datafixers.types.Type<A> fieldType)
renameFieldHelper(com.mojang.datafixers.Typed<?> input, String oldName, String newName, com.mojang.datafixers.types.Type<A> fieldType)
method_39272(com.mojang.datafixers.Typed<?> arg0, String arg1, String arg2, com.mojang.datafixers.types.Type<A> arg3)
rename(com.mojang.datafixers.Typed<?> arg0, String oldKey, String newKey, com.mojang.datafixers.types.Type<A> arg3)
private static <A> com.mojang.datafixers.Typed<com.mojang.datafixers.util.Pair<String, A>>
appendChunkName(com.mojang.datafixers.Typed<A> input)
appendChunkName(com.mojang.datafixers.Typed<A> input)
method_39269(com.mojang.datafixers.Typed<A> arg0)
labelWithChunk(com.mojang.datafixers.Typed<A> outputTyped)
private static <T> com.mojang.serialization.Dynamic<T>
mergeRemainders(com.mojang.datafixers.Typed<?> chunk, com.mojang.serialization.Dynamic<T> levelRemainder)
mergeRemainders(com.mojang.datafixers.Typed<?> chunk, com.mojang.serialization.Dynamic<T> levelRemainder)
method_39270(com.mojang.datafixers.Typed<?> arg0, com.mojang.serialization.Dynamic<T> arg1)
method_39270(com.mojang.datafixers.Typed<?> chunkTyped, com.mojang.serialization.Dynamic<T> chunkDynamic)