Uses of Class
net.minecraft.world.storage.ChunkDataList
| Package | Description |
|---|---|
| net.minecraft.server.world | |
| net.minecraft.world.storage |
-
Uses of ChunkDataList in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type ChunkDataList Modifier and Type Field Description private Queue<ChunkDataList<T>>ServerEntityManager. loadingQueue -
Uses of ChunkDataList in net.minecraft.world.storage
Methods in net.minecraft.world.storage that return ChunkDataList Modifier and Type Method Description private static ChunkDataList<Entity>EntityChunkDataAccess. emptyDataList(ChunkPos pos)Methods in net.minecraft.world.storage that return types with arguments of type ChunkDataList Modifier and Type Method Description CompletableFuture<ChunkDataList<T>>ChunkDataAccess. readChunkData(ChunkPos pos)CompletableFuture<ChunkDataList<Entity>>EntityChunkDataAccess. readChunkData(ChunkPos pos)Methods in net.minecraft.world.storage with parameters of type ChunkDataList Modifier and Type Method Description voidChunkDataAccess. writeChunkData(ChunkDataList<T> dataList)voidEntityChunkDataAccess. writeChunkData(ChunkDataList<Entity> dataList)