ChunkVoxelResponse
Result of getVoxelList: the queried chunk address together with its recorded voxel edits.
type ChunkVoxelResponse {
coordinates: ChunkCoordinates!
voxels: [Voxel!]!
}
Fields
ChunkVoxelResponse.coordinates ● ChunkCoordinates! non-null object
Address of the chunk the voxel edits belong to.
ChunkVoxelResponse.voxels ● [Voxel!]! non-null object
Recorded voxel edits for the chunk, newest first.
Returned By
getVoxelList query