C# Class MCLawl.GrpCommands

Datei anzeigen Open project: dekema2/MCDek Class Usage Examples

Public Properties

Property Type Description
allowedCommands List
foundCommands List

Public Methods

Method 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 method

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

Save() public static method

public static Save ( List givenList ) : void
givenList List
return void

defaultRanks() public static method

public static defaultRanks ( string command ) : LevelPermission
command string
return LevelPermission

fillRanks() public static method

public static fillRanks ( ) : void
return void

getInts() public static method

public static getInts ( List givenList ) : string
givenList List
return string

Property Details

allowedCommands public_oe static_oe property

public static List allowedCommands
return List

foundCommands public_oe static_oe property

public static List foundCommands
return List