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