C# Class MCDawn.CmdPushBall

Inheritance: MCDawn.Command
显示文件 Open project: jonnyli1125/MCDawn

Public Properties

Property Type Description
goalBuffer List
goalPosColor string

Public Methods

Method Description
AddGoalPos ( Player p, ushort x, ushort y, ushort z, byte type ) : void
AddSpawn ( Player p, string color ) : void
AddTeam ( Player p, string color ) : void
CmdPushBall ( ) : System
Help ( Player p ) : void
RemoveTeam ( Player p, string color ) : void
Use ( Player p, string message ) : void

Method Details

AddGoalPos() public method

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

AddSpawn() public method

public AddSpawn ( Player p, string color ) : void
p Player
color string
return void

AddTeam() public method

public AddTeam ( Player p, string color ) : void
p Player
color string
return void

CmdPushBall() public method

public CmdPushBall ( ) : System
return System

Help() public method

public Help ( Player p ) : void
p Player
return void

RemoveTeam() public method

public RemoveTeam ( Player p, string color ) : void
p Player
color string
return void

Use() public method

public Use ( Player p, string message ) : void
p Player
message string
return void

Property Details

goalBuffer public_oe property

public List goalBuffer
return List

goalPosColor public_oe property

public string goalPosColor
return string