C# 클래스 MCLawl.Group

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

공개 프로퍼티들

프로퍼티 타입 설명
GroupList List
Permission LevelPermission
color string
commands CommandList
fileName string
maxBlocks int
name string
playerList PlayerList
standard Group
trueName string

공개 메소드들

메소드 설명
CanExecute ( Command cmd ) : bool
Exists ( string name ) : bool
Find ( string name ) : Group
Group ( ) : System
Group ( LevelPermission Perm, int maxB, string fullName, char newColor, string file ) : System
InitAll ( ) : void
concatList ( bool includeColor = true, bool skipExtra = false, bool permissions = false ) : string
fillCommands ( ) : void
findPerm ( LevelPermission Perm ) : Group
findPermInt ( int Perm ) : Group
findPlayer ( string playerName ) : string
findPlayerGroup ( string playerName ) : Group
saveGroups ( List givenList ) : void

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( Command cmd ) : bool
cmd Command
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string name ) : bool
name string
리턴 bool

Find() 공개 정적인 메소드

public static Find ( string name ) : Group
name string
리턴 Group

Group() 공개 메소드

public Group ( ) : System
리턴 System

Group() 공개 메소드

public Group ( LevelPermission Perm, int maxB, string fullName, char newColor, string file ) : System
Perm LevelPermission
maxB int
fullName string
newColor char
file string
리턴 System

InitAll() 공개 정적인 메소드

public static InitAll ( ) : void
리턴 void

concatList() 공개 정적인 메소드

public static concatList ( bool includeColor = true, bool skipExtra = false, bool permissions = false ) : string
includeColor bool
skipExtra bool
permissions bool
리턴 string

fillCommands() 공개 메소드

public fillCommands ( ) : void
리턴 void

findPerm() 공개 정적인 메소드

public static findPerm ( LevelPermission Perm ) : Group
Perm LevelPermission
리턴 Group

findPermInt() 공개 정적인 메소드

public static findPermInt ( int Perm ) : Group
Perm int
리턴 Group

findPlayer() 공개 정적인 메소드

public static findPlayer ( string playerName ) : string
playerName string
리턴 string

findPlayerGroup() 공개 정적인 메소드

public static findPlayerGroup ( string playerName ) : Group
playerName string
리턴 Group

saveGroups() 공개 정적인 메소드

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

프로퍼티 상세

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

public static List GroupList
리턴 List

Permission 공개적으로 프로퍼티

public LevelPermission Permission
리턴 LevelPermission

color 공개적으로 프로퍼티

public string color
리턴 string

commands 공개적으로 프로퍼티

public CommandList,MCLawl commands
리턴 CommandList

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

maxBlocks 공개적으로 프로퍼티

public int maxBlocks
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

playerList 공개적으로 프로퍼티

public PlayerList,MCLawl playerList
리턴 PlayerList

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

public static Group,MCLawl standard
리턴 Group

trueName 공개적으로 프로퍼티

public string trueName
리턴 string