C# Class fCraft.Drawing.Fill2DDrawOperation

Inheritance: DrawOpWithBrush
Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
DrawBatch ( int maxBlocksToDraw ) : int
Fill2DDrawOperation ( Player player ) : System
Prepare ( Vector3I marks ) : bool
ReadParams ( Command cmd ) : bool

Protected Methods

Method Description
NextBlock ( ) : Block

Private Methods

Method Description
BlockEnumeratorX ( ) : IEnumerable
BlockEnumeratorY ( ) : IEnumerable
BlockEnumeratorZ ( ) : IEnumerable
CanPlace ( Vector3I coords ) : bool

Method Details

DrawBatch() public method

public DrawBatch ( int maxBlocksToDraw ) : int
maxBlocksToDraw int
return int

Fill2DDrawOperation() public method

public Fill2DDrawOperation ( Player player ) : System
player Player
return System

NextBlock() protected method

protected NextBlock ( ) : Block
return Block

Prepare() public method

public Prepare ( Vector3I marks ) : bool
marks Vector3I
return bool

ReadParams() public method

public ReadParams ( Command cmd ) : bool
cmd Command
return bool