C# Class MCLawl.CmdUndo

Inheritance: Command
Datei anzeigen Open project: dekema2/MCDek

Public Methods

Method Description
CmdUndo ( ) : System
Help ( Player p ) : void
Use ( Player p, string message ) : void
undoBlah ( string fileContent, System.Int64 seconds, Player p ) : bool

Method Details

CmdUndo() public method

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

undoBlah() public method

public undoBlah ( string fileContent, System.Int64 seconds, Player p ) : bool
fileContent string
seconds System.Int64
p Player
return bool