C# Class MCLawl.GrpCommands

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

Méthodes publiques

Свойство Type Description
allowedCommands List
foundCommands List

Méthodes publiques

Méthode Description
AddCommands ( CommandList &commands, LevelPermission perm ) : void
Save ( List givenList ) : void
defaultRanks ( string command ) : LevelPermission
fillRanks ( ) : void
getInts ( List givenList ) : string

Method Details

AddCommands() public static méthode

public static AddCommands ( CommandList &commands, LevelPermission perm ) : void
commands CommandList
perm LevelPermission
Résultat void

Save() public static méthode

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

defaultRanks() public static méthode

public static defaultRanks ( string command ) : LevelPermission
command string
Résultat LevelPermission

fillRanks() public static méthode

public static fillRanks ( ) : void
Résultat void

getInts() public static méthode

public static getInts ( List givenList ) : string
givenList List
Résultat string

Property Details

allowedCommands public_oe static_oe property

public static List allowedCommands
Résultat List

foundCommands public_oe static_oe property

public static List foundCommands
Résultat List