C# 클래스 MCLawl.GrpCommands

파일 보기 프로젝트 열기: dekema2/MCDek 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
allowedCommands List
foundCommands List

공개 메소드들

메소드 설명
AddCommands ( CommandList &commands, LevelPermission perm ) : void
Save ( List givenList ) : void
defaultRanks ( string command ) : LevelPermission
fillRanks ( ) : void
getInts ( List givenList ) : string

메소드 상세

AddCommands() 공개 정적인 메소드

public static AddCommands ( CommandList &commands, LevelPermission perm ) : void
commands CommandList
perm LevelPermission
리턴 void

Save() 공개 정적인 메소드

public static Save ( List givenList ) : void
givenList List
리턴 void

defaultRanks() 공개 정적인 메소드

public static defaultRanks ( string command ) : LevelPermission
command string
리턴 LevelPermission

fillRanks() 공개 정적인 메소드

public static fillRanks ( ) : void
리턴 void

getInts() 공개 정적인 메소드

public static getInts ( List givenList ) : string
givenList List
리턴 string

프로퍼티 상세

allowedCommands 공개적으로 정적으로 프로퍼티

public static List allowedCommands
리턴 List

foundCommands 공개적으로 정적으로 프로퍼티

public static List foundCommands
리턴 List