C# Class MCLawl.CommandList

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

Méthodes publiques

Свойство Type Description
commands List

Méthodes publiques

Méthode Description
Add ( Command cmd ) : void
AddRange ( List listCommands ) : void
All ( ) : List
CommandList ( ) : System
Contains ( Command cmd ) : bool
Contains ( string name ) : bool
Find ( string name ) : Command
FindShort ( string shortcut ) : string
Remove ( Command cmd ) : bool
commandNames ( ) : List

Method Details

Add() public méthode

public Add ( Command cmd ) : void
cmd Command
Résultat void

AddRange() public méthode

public AddRange ( List listCommands ) : void
listCommands List
Résultat void

All() public méthode

public All ( ) : List
Résultat List

CommandList() public méthode

public CommandList ( ) : System
Résultat System

Contains() public méthode

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

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

Find() public méthode

public Find ( string name ) : Command
name string
Résultat Command

FindShort() public méthode

public FindShort ( string shortcut ) : string
shortcut string
Résultat string

Remove() public méthode

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

commandNames() public méthode

public commandNames ( ) : List
Résultat List

Property Details

commands public_oe property

public List commands
Résultat List