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 PluginAsyncTask

A shortcut for AsyncTask

pocketmine\scheduler\AsyncTask
Extended by aliuly\common\PluginAsyncTask

Direct known subclasses

aliuly\common\GetMotdAsyncTask, aliuly\common\QueryAsyncTask, aliuly\common\RconTask
Abstract
Namespace: aliuly\common
Located at aliuly/common/PluginAsyncTask.php
Methods summary
public
# __construct( pocketmine\plugin\Plugin $owner, str $callable, array $args = [] )

Parameters

$owner
$callable
method from $owner to call
$args
arguments to pass to callback method
public
# onCompletion( pocketmine\Server $server )
Properties summary
public string $owner
#
protected callable $callable
#
protected array $args
#
API documentation generated by ApiGen