C# Class MCLawl.CmdFill

Inheritance: Command
Datei anzeigen Open project: dekema2/MCDek

Public Methods

Method Description
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, Level l, byte blocks ) : byte
Help ( Player p ) : void
Use ( Player p, string message ) : void

Method Details

Blockchange1() public method

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

CmdFill() public method

public CmdFill ( ) : System
return System

FloodFill() public method

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
return void

GetTile() public method

public GetTile ( ushort x, ushort y, ushort z, Level l, byte blocks ) : byte
x ushort
y ushort
z ushort
l Level
blocks byte
return byte

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