C# 클래스 YurikoCS.Command

파일 보기 프로젝트 열기: ItalianDevs4PM/Yuriko-CS 1 사용 예제들

공개 메소드들

메소드 설명
Command ( string command, CommandExecutor executor ) : System
Command ( string command, CommandExecutor executor, string description ) : System
Command ( string command, CommandExecutor executor, string description, Permission permission ) : System
CommandExists ( Command command ) : bool
Execute ( CommandSender sender, string command ) : bool
GetCommandDescription ( ) : string
GetCommandName ( ) : string
GetCommandPermission ( ) : Permission
GetExecutor ( ) : CommandExecutor
OverrideCommand ( Command command ) : bool
RegisterCommand ( Command command ) : bool
UnregisterCommand ( Command command ) : bool

메소드 상세

Command() 공개 메소드

public Command ( string command, CommandExecutor executor ) : System
command string
executor CommandExecutor
리턴 System

Command() 공개 메소드

public Command ( string command, CommandExecutor executor, string description ) : System
command string
executor CommandExecutor
description string
리턴 System

Command() 공개 메소드

public Command ( string command, CommandExecutor executor, string description, Permission permission ) : System
command string
executor CommandExecutor
description string
permission Permission
리턴 System

CommandExists() 공개 정적인 메소드

public static CommandExists ( Command command ) : bool
command Command
리턴 bool

Execute() 공개 정적인 메소드

public static Execute ( CommandSender sender, string command ) : bool
sender CommandSender
command string
리턴 bool

GetCommandDescription() 공개 메소드

public GetCommandDescription ( ) : string
리턴 string

GetCommandName() 공개 메소드

public GetCommandName ( ) : string
리턴 string

GetCommandPermission() 공개 메소드

public GetCommandPermission ( ) : Permission
리턴 Permission

GetExecutor() 공개 메소드

public GetExecutor ( ) : CommandExecutor
리턴 CommandExecutor

OverrideCommand() 공개 정적인 메소드

public static OverrideCommand ( Command command ) : bool
command Command
리턴 bool

RegisterCommand() 공개 정적인 메소드

public static RegisterCommand ( Command command ) : bool
command Command
리턴 bool

UnregisterCommand() 공개 정적인 메소드

public static UnregisterCommand ( Command command ) : bool
command Command
리턴 bool