C# Class MCLawl.CmdNewLvl

Inheritance: Command
Show file Open project: dekema2/MCDek

Public Methods

Method Description
CmdNewLvl ( ) : System
Help ( Player p ) : void
Use ( Player p, string message ) : void
isGood ( ushort value ) : bool

Method Details

CmdNewLvl() public method

public CmdNewLvl ( ) : System
return System

Help() public method

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

Use() public method

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

isGood() public method

public isGood ( ushort value ) : bool
value ushort
return bool