net.minecraft.world.storage

public interface ChunkDataAccess<T>

extends AutoCloseable

net.minecraft.world.level.entity.EntityPersistentStorage
net.minecraft.class_5571
net.minecraft.world.storage.ChunkDataAccess

Method summary

Modifier and TypeMethod
CompletableFuture<ChunkDataList<T>>
loadEntities(ChunkPos pos)
method_31759(class_1923 arg0)
readChunkData(ChunkPos pos)
void
storeEntities(ChunkEntities<T> chunk)
method_31760(class_5566<T> arg0)
writeChunkData(ChunkDataList<T> dataList)
void
flush(boolean flushStorage)
method_31758(boolean arg0)
awaitAll(boolean sync)
default void
close()