C# Class MCDawn.CmdPlugin

Inheritance: MCDawn.Command
Afficher le fichier Open project: jonnyli1125/MCDawn

Méthodes publiques

Méthode Description
CmdPlugin ( ) : System
Help ( Player p ) : void
Use ( Player p, string message ) : void

Private Methods

Méthode Description
IsValidName ( string pluginName ) : bool
LogError ( Exception e ) : void

Method Details

CmdPlugin() public méthode

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