mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Level::getAll()
This commit is contained in:
@ -237,4 +237,9 @@ class LevelAPI{
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
public function getAll()
|
||||
{
|
||||
return $this->levels;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user