mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
World: improve type info for getTickingChunks()
This commit is contained in:
parent
8102616ff4
commit
9bfcd39f2a
@ -1161,6 +1161,7 @@ class World implements ChunkManager{
|
||||
* ticking.
|
||||
*
|
||||
* @return int[]
|
||||
* @phpstan-return list<ChunkPosHash>
|
||||
*/
|
||||
public function getTickingChunks() : array{
|
||||
return array_keys($this->tickingChunks);
|
||||
|
Loading…
x
Reference in New Issue
Block a user