Uses of Class
net.minecraft.world.storage.ChunkDataList
Packages that use ChunkDataList
-
Uses of ChunkDataList in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type ChunkDataListModifier and TypeFieldDescriptionprivate final Queue<ChunkDataList<T>>
ServerEntityManager.loadingQueue
-
Uses of ChunkDataList in net.minecraft.world.storage
Methods in net.minecraft.world.storage that return ChunkDataListModifier and TypeMethodDescriptionprivate static ChunkDataList<Entity>
EntityChunkDataAccess.emptyDataList
(ChunkPos pos) Methods in net.minecraft.world.storage that return types with arguments of type ChunkDataListModifier and TypeMethodDescriptionChunkDataAccess.readChunkData
(ChunkPos pos) EntityChunkDataAccess.readChunkData
(ChunkPos pos) Methods in net.minecraft.world.storage with parameters of type ChunkDataListModifier and TypeMethodDescriptionvoid
ChunkDataAccess.writeChunkData
(ChunkDataList<T> dataList) void
EntityChunkDataAccess.writeChunkData
(ChunkDataList<Entity> dataList)