mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +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.
|
* ticking.
|
||||||
*
|
*
|
||||||
* @return int[]
|
* @return int[]
|
||||||
|
* @phpstan-return list<ChunkPosHash>
|
||||||
*/
|
*/
|
||||||
public function getTickingChunks() : array{
|
public function getTickingChunks() : array{
|
||||||
return array_keys($this->tickingChunks);
|
return array_keys($this->tickingChunks);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user