mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
and more typehints
This commit is contained in:
@ -45,14 +45,14 @@ interface ChunkLoader{
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getLoaderId();
|
||||
public function getLoaderId() : int;
|
||||
|
||||
/**
|
||||
* Returns if the chunk loader is currently active
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isLoaderActive();
|
||||
public function isLoaderActive() : bool;
|
||||
|
||||
/**
|
||||
* @return Position
|
||||
|
Reference in New Issue
Block a user