Definition at line 39 of file QueryInfo.php.
◆ __construct()
pocketmine\network\query\QueryInfo::__construct |
( |
Server | $server | ) |
|
◆ canListPlugins()
pocketmine\network\query\QueryInfo::canListPlugins |
( |
| ) |
|
◆ getExtraData()
pocketmine\network\query\QueryInfo::getExtraData |
( |
| ) |
|
Returns the extra Query data in key => value form
- Returns
- string[] @phpstan-return array<string, string>
Definition at line 175 of file QueryInfo.php.
◆ getLongQuery()
pocketmine\network\query\QueryInfo::getLongQuery |
( |
| ) |
|
◆ getMaxPlayerCount()
pocketmine\network\query\QueryInfo::getMaxPlayerCount |
( |
| ) |
|
◆ getPlayerCount()
pocketmine\network\query\QueryInfo::getPlayerCount |
( |
| ) |
|
◆ getPlayerList()
pocketmine\network\query\QueryInfo::getPlayerList |
( |
| ) |
|
◆ getPlugins()
pocketmine\network\query\QueryInfo::getPlugins |
( |
| ) |
|
◆ getServerName()
pocketmine\network\query\QueryInfo::getServerName |
( |
| ) |
|
◆ getShortQuery()
pocketmine\network\query\QueryInfo::getShortQuery |
( |
| ) |
|
◆ getWorld()
pocketmine\network\query\QueryInfo::getWorld |
( |
| ) |
|
◆ setExtraData()
pocketmine\network\query\QueryInfo::setExtraData |
( |
array | $extraData | ) |
|
- Parameters
-
@phpstan-param array<string, string> $extraData
Definition at line 184 of file QueryInfo.php.
◆ setListPlugins()
pocketmine\network\query\QueryInfo::setListPlugins |
( |
bool | $value | ) |
|
◆ setMaxPlayerCount()
pocketmine\network\query\QueryInfo::setMaxPlayerCount |
( |
int | $count | ) |
|
◆ setPlayerCount()
pocketmine\network\query\QueryInfo::setPlayerCount |
( |
int | $count | ) |
|
◆ setPlayerList()
pocketmine\network\query\QueryInfo::setPlayerList |
( |
array | $players | ) |
|
◆ setPlugins()
pocketmine\network\query\QueryInfo::setPlugins |
( |
array | $plugins | ) |
|
◆ setServerName()
pocketmine\network\query\QueryInfo::setServerName |
( |
string | $serverName | ) |
|
◆ setWorld()
pocketmine\network\query\QueryInfo::setWorld |
( |
string | $world | ) |
|
◆ GAME_ID
const pocketmine\network\query\QueryInfo::GAME_ID = "MINECRAFTPE" |
The documentation for this class was generated from the following file: