PHP 클래스 pocketmine\command\ConsoleCommandSender

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

공개 메소드들

메소드 설명
__construct ( )
addAttachment ( pocketmine\plugin\Plugin $plugin, string $name = null, boolean $value = null ) : PermissionAttachment
getEffectivePermissions ( ) : PermissionAttachmentInfo[]
getName ( ) : string
getServer ( ) : Server
hasPermission ( Permission | string $name ) : boolean
isOp ( ) : boolean
isPermissionSet ( Permission | string $name ) : boolean
isPlayer ( ) : boolean
recalculatePermissions ( )
removeAttachment ( PermissionAttachment $attachment ) : void
sendMessage ( string $message )
setOp ( boolean $value )

메소드 상세

__construct() 공개 메소드

public __construct ( )

addAttachment() 공개 메소드

public addAttachment ( pocketmine\plugin\Plugin $plugin, string $name = null, boolean $value = null ) : PermissionAttachment
$plugin pocketmine\plugin\Plugin
$name string
$value boolean
리턴 pocketmine\permission\PermissionAttachment

getEffectivePermissions() 공개 메소드

public getEffectivePermissions ( ) : PermissionAttachmentInfo[]
리턴 pocketmine\permission\PermissionAttachmentInfo[]

getName() 공개 메소드

public getName ( ) : string
리턴 string

getServer() 공개 메소드

public getServer ( ) : Server
리턴 pocketmine\Server

hasPermission() 공개 메소드

public hasPermission ( Permission | string $name ) : boolean
$name pocketmine\permission\Permission | string
리턴 boolean

isOp() 공개 메소드

public isOp ( ) : boolean
리턴 boolean

isPermissionSet() 공개 메소드

public isPermissionSet ( Permission | string $name ) : boolean
$name pocketmine\permission\Permission | string
리턴 boolean

isPlayer() 공개 메소드

public isPlayer ( ) : boolean
리턴 boolean

recalculatePermissions() 공개 메소드

removeAttachment() 공개 메소드

public removeAttachment ( PermissionAttachment $attachment ) : void
$attachment pocketmine\permission\PermissionAttachment
리턴 void

sendMessage() 공개 메소드

public sendMessage ( string $message )
$message string

setOp() 공개 메소드

public setOp ( boolean $value )
$value boolean