C# Class MCLawl.CmdBotAI

Inheritance: Command
显示文件 Open project: dekema2/MCDek

Public Methods

Method Description
CmdBotAI ( ) : System
Help ( Player p ) : void
Use ( Player p, string message ) : void
addPoint ( Player p, string foundPath, string additional = "", string extra = "10", string more = "2" ) : void

Method Details

CmdBotAI() public method

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

addPoint() public method

public addPoint ( Player p, string foundPath, string additional = "", string extra = "10", string more = "2" ) : void
p Player
foundPath string
additional string
extra string
more string
return void