mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 16:34:05 +00:00
HandlerListManager: added getter
This commit is contained in:
parent
8f48fe4856
commit
17ae932d31
@ -173,4 +173,11 @@ class HandlerListManager{
|
|||||||
public function getAll() : array{
|
public function getAll() : array{
|
||||||
return $this->allSyncLists;
|
return $this->allSyncLists;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return AsyncHandlerList[]
|
||||||
|
*/
|
||||||
|
public function getAllAsync() : array{
|
||||||
|
return $this->allAsyncLists;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user