Add PHPDoc information to sub-APIs.

This commit is contained in:
Michael Yoo 2013-11-25 20:34:48 +10:30
parent b8763a7a3f
commit 62f5f0d325

View File

@ -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