C# 클래스 MCDawn.CmdPushBall

상속: MCDawn.Command
파일 보기 프로젝트 열기: jonnyli1125/MCDawn

공개 프로퍼티들

프로퍼티 타입 설명
goalBuffer List
goalPosColor string

공개 메소드들

메소드 설명
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

메소드 상세

AddGoalPos() 공개 메소드

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

AddSpawn() 공개 메소드

public AddSpawn ( Player p, string color ) : void
p Player
color string
리턴 void

AddTeam() 공개 메소드

public AddTeam ( Player p, string color ) : void
p Player
color string
리턴 void

CmdPushBall() 공개 메소드

public CmdPushBall ( ) : System
리턴 System

Help() 공개 메소드

public Help ( Player p ) : void
p Player
리턴 void

RemoveTeam() 공개 메소드

public RemoveTeam ( Player p, string color ) : void
p Player
color string
리턴 void

Use() 공개 메소드

public Use ( Player p, string message ) : void
p Player
message string
리턴 void

프로퍼티 상세

goalBuffer 공개적으로 프로퍼티

public List goalBuffer
리턴 List

goalPosColor 공개적으로 프로퍼티

public string goalPosColor
리턴 string