* @throws CorruptedChunkException */ public function getAllChunks(bool $skipCorrupted = false, ?\Logger $logger = null) : \Generator; /** * Returns the number of chunks in the provider. Used for world conversion time estimations. */ public function calculateChunkCount() : int; }