Overview

Namespaces

  • aliuly
    • common
      • selectors
    • loader
  • xPaw

Classes

  • ArmorItems
  • BasicCli
  • BasicHelp
  • BasicPlugin
  • ChatSession
  • Cmd
  • CmdSelector
  • ExpandVars
  • FastTransfer
  • FileUtils
  • FreezeSession
  • GetMotd
  • GetMotdAsyncTask
  • InvisibleSession
  • InvUtils
  • ItemName
  • mc
  • mc2
  • MoneyAPI
  • MPMU
  • Npc
  • PermUtils
  • PluginAsyncTask
  • PluginCallbackTask
  • PMScript
  • QueryAsyncTask
  • Rcon
  • RconTask
  • Session
  • ShieldSession
  • ShoppingCart
  • SignUtils
  • SkinUtils
  • SpySession
  • SubCommandMap
  • TPUtils
  • Overview
  • Namespace
  • Class

Class RconTask

Rcon implementation as an async task...

pocketmine\scheduler\AsyncTask
Extended by aliuly\common\PluginAsyncTask
Extended by aliuly\common\RconTask
Namespace: aliuly\common
Located at aliuly/common/RconTask.php
Methods summary
public
# __construct( pocketmine\plugin\Plugin $owner, str $callable, array $remote, str $cmd, array $args = [] )

Parameters

$owner
$callable
  • method from $owner to call
$remote
  • Array containing $host,$port,$auth data
$cmd
  • remote command to execute
$args
  • extra arguments to pass to callback method

Overrides

aliuly\common\PluginAsyncTask::__construct()
public
# onRun( )
Methods inherited from aliuly\common\PluginAsyncTask
onCompletion()
Properties summary
protected $server
#
protected $cmd
#
protected $sock
#
Properties inherited from aliuly\common\PluginAsyncTask
$args, $callable, $owner
API documentation generated by ApiGen