Class ChunkNbt
java.lang.Object
net.minecraft.util.filefix.access.ChunkNbt
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChunkNbt(RegionStorageInfo info, Path path, DataFixTypes type, int targetVersion) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidupdateChunk(ChunkPos pos, CompoundTag dataFixContext, UnaryOperator<CompoundTag> fixer)
-
Field Details
-
storage
-
targetVersion
private final int targetVersion
-
-
Constructor Details
-
ChunkNbt
-
-
Method Details
-
updateChunk
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-