C# Class MCDawn.CmdProperties

Inheritance: MCDawn.Command
显示文件 Open project: jonnyli1125/MCDawn

Public Methods

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

public CmdProperties ( ) : System
return System

Help() public method

public Help ( Player p ) : void
p Player
return void

IsColor() public method

public IsColor ( string property ) : bool
property string
return bool

IsPassword() public method

public IsPassword ( string property ) : bool
property string
return bool

Use() public method

public Use ( Player p, string message ) : void
p Player
message string
return void