C# Class MCLawl.Group

Afficher le fichier Open project: dekema2/MCDek Class Usage Examples

Méthodes publiques

Свойство Type Description
GroupList List
Permission LevelPermission
color string
commands CommandList
fileName string
maxBlocks int
name string
playerList PlayerList
standard Group
trueName string

Méthodes publiques

Méthode Description
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

Method Details

CanExecute() public méthode

public CanExecute ( Command cmd ) : bool
cmd Command
Résultat bool

Exists() public static méthode

public static Exists ( string name ) : bool
name string
Résultat bool

Find() public static méthode

public static Find ( string name ) : Group
name string
Résultat Group

Group() public méthode

public Group ( ) : System
Résultat System

Group() public méthode

public Group ( LevelPermission Perm, int maxB, string fullName, char newColor, string file ) : System
Perm LevelPermission
maxB int
fullName string
newColor char
file string
Résultat System

InitAll() public static méthode

public static InitAll ( ) : void
Résultat void

concatList() public static méthode

public static concatList ( bool includeColor = true, bool skipExtra = false, bool permissions = false ) : string
includeColor bool
skipExtra bool
permissions bool
Résultat string

fillCommands() public méthode

public fillCommands ( ) : void
Résultat void

findPerm() public static méthode

public static findPerm ( LevelPermission Perm ) : Group
Perm LevelPermission
Résultat Group

findPermInt() public static méthode

public static findPermInt ( int Perm ) : Group
Perm int
Résultat Group

findPlayer() public static méthode

public static findPlayer ( string playerName ) : string
playerName string
Résultat string

findPlayerGroup() public static méthode

public static findPlayerGroup ( string playerName ) : Group
playerName string
Résultat Group

saveGroups() public static méthode

public static saveGroups ( List givenList ) : void
givenList List
Résultat void

Property Details

GroupList public_oe static_oe property

public static List GroupList
Résultat List

Permission public_oe property

public LevelPermission Permission
Résultat LevelPermission

color public_oe property

public string color
Résultat string

commands public_oe property

public CommandList,MCLawl commands
Résultat CommandList

fileName public_oe property

public string fileName
Résultat string

maxBlocks public_oe property

public int maxBlocks
Résultat int

name public_oe property

public string name
Résultat string

playerList public_oe property

public PlayerList,MCLawl playerList
Résultat PlayerList

standard public_oe static_oe property

public static Group,MCLawl standard
Résultat Group

trueName public_oe property

public string trueName
Résultat string