C# Class MCLawl.CmdFill

Inheritance: Command
Afficher le fichier Open project: dekema2/MCDek

Méthodes publiques

Méthode 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 méthode

public Blockchange1 ( Player p, ushort x, ushort y, ushort z, byte type ) : void
p Player
x ushort
y ushort
z ushort
type byte
Résultat void

CmdFill() public méthode

public CmdFill ( ) : System
Résultat System

FloodFill() public méthode

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
Résultat void

GetTile() public méthode

public GetTile ( ushort x, ushort y, ushort z, Level l, byte blocks ) : byte
x ushort
y ushort
z ushort
l Level
blocks byte
Résultat byte

Help() public méthode

public Help ( Player p ) : void
p Player
Résultat void

Use() public méthode

public Use ( Player p, string message ) : void
p Player
message string
Résultat void