C# 클래스 MCDawn.CmdFill

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

공개 메소드들

메소드 설명
Blockchange1 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
CmdFill ( ) : System
FloodFill ( Player p, ushort x, ushort y, ushort z, byte b, byte oldType, int fillType, byte &blocks, List &buffer ) : void
GetTile ( ushort x, ushort y, ushort z, MCDawn.Level l, byte blocks ) : byte
Help ( Player p ) : void
Use ( Player p, string message ) : void

메소드 상세

Blockchange1() 공개 메소드

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

CmdFill() 공개 메소드

public CmdFill ( ) : System
리턴 System

FloodFill() 공개 메소드

public FloodFill ( Player p, ushort x, ushort y, ushort z, byte b, byte oldType, int fillType, byte &blocks, List &buffer ) : void
p Player
x ushort
y ushort
z ushort
b byte
oldType byte
fillType int
blocks byte
buffer List
리턴 void

GetTile() 공개 메소드

public GetTile ( ushort x, ushort y, ushort z, MCDawn.Level l, byte blocks ) : byte
x ushort
y ushort
z ushort
l MCDawn.Level
blocks byte
리턴 byte

Help() 공개 메소드

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

Use() 공개 메소드

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