C# Class MCLawl.CmdAbout

Inheritance: Command
Datei anzeigen Open project: dekema2/MCDek

Public Methods

Method Description
AboutBlockchange ( Player p, ushort x, ushort y, ushort z, byte type ) : void
CmdAbout ( ) : System
Help ( Player p ) : void
Use ( Player p, string message ) : void

Method Details

AboutBlockchange() public method

public AboutBlockchange ( Player p, ushort x, ushort y, ushort z, byte type ) : void
p Player
x ushort
y ushort
z ushort
type byte
return void

CmdAbout() public method

public CmdAbout ( ) : 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