PHP 클래스 pocketmine\command\SimpleCommandMap

상속: implements pocketmine\command\CommandMap
파일 보기 프로젝트 열기: iTXTech/Genisys 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$commandConfig bool[]
$knownCommands Command[]

공개 메소드들

메소드 설명
__construct ( Server $server )
clearCommands ( )
dispatch ( pocketmine\command\CommandSender $sender, $commandLine )
getCommand ( $name )
getCommands ( ) : Command[]
register ( $fallbackPrefix, Command $command, $label = null, $overrideConfig = false )
registerAll ( $fallbackPrefix, array $commands )
registerServerAliases ( ) : void

비공개 메소드들

메소드 설명
dispatchAdvanced ( pocketmine\command\CommandSender $sender, Command $command, $label, array $args, $offset )
registerAlias ( Command $command, $isAlias, $fallbackPrefix, $label )
setDefaultCommands ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Server $server )
$server pocketmine\Server

clearCommands() 공개 메소드

public clearCommands ( )

dispatch() 공개 메소드

public dispatch ( pocketmine\command\CommandSender $sender, $commandLine )
$sender pocketmine\command\CommandSender

getCommand() 공개 메소드

public getCommand ( $name )

getCommands() 공개 메소드

public getCommands ( ) : Command[]
리턴 Command[]

register() 공개 메소드

public register ( $fallbackPrefix, Command $command, $label = null, $overrideConfig = false )
$command Command

registerAll() 공개 메소드

public registerAll ( $fallbackPrefix, array $commands )
$commands array

registerServerAliases() 공개 메소드

public registerServerAliases ( ) : void
리턴 void

프로퍼티 상세

$commandConfig 보호되어 있는 프로퍼티

protected bool[] $commandConfig
리턴 bool[]

$knownCommands 보호되어 있는 프로퍼티

protected Command[],pocketmine\command $knownCommands
리턴 Command[]