C# Class MCDawn.CmdProperties

Inheritance: MCDawn.Command
Afficher le fichier Open project: jonnyli1125/MCDawn

Méthodes publiques

Méthode Description
CmdProperties ( ) : System
Help ( Player p ) : void
IsColor ( string property ) : bool
IsPassword ( string property ) : bool
Use ( Player p, string message ) : void

Method Details

CmdProperties() public méthode

public CmdProperties ( ) : System
Résultat System

Help() public méthode

public Help ( Player p ) : void
p Player
Résultat void

IsColor() public méthode

public IsColor ( string property ) : bool
property string
Résultat bool

IsPassword() public méthode

public IsPassword ( string property ) : bool
property string
Résultat bool

Use() public méthode

public Use ( Player p, string message ) : void
p Player
message string
Résultat void