C# 클래스 YurikoCS.ConsoleSender

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

공개 메소드들

메소드 설명
AddPermission ( Permission permission ) : bool
ConsoleSender ( ) : System
GetName ( ) : string
HasPermission ( string node ) : bool
IsOP ( ) : bool
OverridePermission ( Permission permission ) : bool
RecalculatePermissions ( ) : void
RemovePermission ( Permission permission ) : bool
SendMessage ( string message ) : void

메소드 상세

AddPermission() 공개 메소드

public AddPermission ( Permission permission ) : bool
permission Permission
리턴 bool

ConsoleSender() 공개 메소드

public ConsoleSender ( ) : System
리턴 System

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

HasPermission() 공개 메소드

public HasPermission ( string node ) : bool
node string
리턴 bool

IsOP() 공개 메소드

public IsOP ( ) : bool
리턴 bool

OverridePermission() 공개 메소드

public OverridePermission ( Permission permission ) : bool
permission Permission
리턴 bool

RecalculatePermissions() 공개 메소드

public RecalculatePermissions ( ) : void
리턴 void

RemovePermission() 공개 메소드

public RemovePermission ( Permission permission ) : bool
permission Permission
리턴 bool

SendMessage() 공개 메소드

public SendMessage ( string message ) : void
message string
리턴 void