net.minecraft.datafixer.file.nbt

public class ChunkFixer

implements AutoCloseable

net.minecraft.util.filefix.access.ChunkNbt
net.minecraft.util.filefix.access.ChunkNbt
net.minecraft.class_1_196
net.minecraft.datafixer.file.nbt.ChunkFixer

Field summary

Modifier and TypeField
private final VersionedChunkStorage
storage
storage
field_1_1437
chunkStorage
private final int
targetVersion
targetVersion
field_1_1438
targetVersion

Constructor summary

ModifierConstructor
public (StorageKey storageKey, Path directory, DataFixType datafixType, int targetVersion)

Method summary

Modifier and TypeMethod
public void
updateChunk(ChunkPos pos, CompoundTag dataFixContext, UnaryOperator<CompoundTag> fixer)
updateChunk(ChunkPos pos, CompoundTag dataFixContext, UnaryOperator<CompoundTag> fixer)
method_1_1719(class_1923 arg0, class_2487 arg1, UnaryOperator<class_2487> arg2)
update(ChunkPos chunkPos, NbtCompound context, UnaryOperator<NbtCompound> f)
public void
close()
close()