mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 13:35:29 +00:00
Add PHPDoc information to sub-APIs.
This commit is contained in:
parent
b8763a7a3f
commit
62f5f0d325
@ -30,6 +30,50 @@ class ServerAPI{
|
||||
private $rcon;
|
||||
private $query;
|
||||
|
||||
/**
|
||||
* @var ConsoleAPI
|
||||
*/
|
||||
public $console;
|
||||
|
||||
/**
|
||||
* @var LevelAPI
|
||||
*/
|
||||
public $level;
|
||||
|
||||
/**
|
||||
* @var BlockAPI
|
||||
*/
|
||||
public $block;
|
||||
|
||||
/**
|
||||
* @var ChatAPI
|
||||
*/
|
||||
public $chat;
|
||||
|
||||
/**
|
||||
* @var BanAPI
|
||||
*/
|
||||
public $ban;
|
||||
|
||||
/**
|
||||
* @var EntityAPI
|
||||
*/
|
||||
public $entity;
|
||||
|
||||
/**
|
||||
* @var TimeAPI
|
||||
*/
|
||||
public $time;
|
||||
|
||||
/**
|
||||
* @var PlayerAPI
|
||||
*/
|
||||
public $player;
|
||||
|
||||
/**
|
||||
* @var TileAPI
|
||||
*/
|
||||
public $tile;
|
||||
|
||||
/**
|
||||
* @return PocketMinecraftServer
|
||||
|
Loading…
x
Reference in New Issue
Block a user