extends |
Minecraft |
|---|
Minecraft Pocket Edition protocol implementation. Minecraft Pocket Edition uses the Minecraft protocol with different protocol version.
| Methods | ||
|---|---|---|
public
|
__construct(?string $address = null, ?int $queryport = null, string $protocolVersion = 'slp')
|
# |
| Methods inherited from Clansuite\ServerQuery\ServerProtocols\Minecraft |
|---|
query_server(), query(), getProtocolName(), getVersion() |
| Properties | |||
|---|---|---|---|
public
|
string
|
$name = 'Minecraft Pocket Edition'
|
# |
public
|
array<string>
|
$supportedGames = ['Minecraft Pocket Edition']
|
# |
public
|
string
|
$protocol = 'minecraft'
|
# |
public
|
array<string>
|
$game_series_list = ['Minecraft Pocket Edition']
|
# |
protected
|
int
|
$port_diff = 0
|
# |
| Properties inherited from Clansuite\ServerQuery\ServerProtocols\Minecraft |
|---|
$protocolVersion |
| Properties inherited from Clansuite\ServerQuery\CSQuery |
|---|
$address, $queryport, $hostport, $online, $gamename, $gameversion, $servertitle, $mapname, $maptitle, $gametype, $numplayers, $maxplayers, $steamAppID, $password, $nextmap, $players, $playerkeys, $playerteams, $maplist, $rules, $errstr, $response, $debug, $udpClient |