C# Class MCLawl.CmdUndo

Inheritance: Command
Afficher le fichier Open project: dekema2/MCDek

Méthodes publiques

Méthode 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 méthode

public CmdUndo ( ) : System
Résultat System

Help() public méthode

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

Use() public méthode

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

undoBlah() public méthode

public undoBlah ( string fileContent, System.Int64 seconds, Player p ) : bool
fileContent string
seconds System.Int64
p Player
Résultat bool