C# Class fCraft.Drawing.ReplaceNotBrush

Brush that replaces all blocks EXCEPT those of given type(s) with a replacement block type.
Inheritance: ReplaceBrush
Mostrar archivo Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
Begin ( [ player, [ op ) : bool
End ( ) : void
NextBlock ( [ op ) : Block
ReplaceNotBrush ( ) : System
ReplaceNotBrush ( Block blocks, Block replacement ) : System
ReplaceNotBrush ( [ other ) : System

Private Methods

Method Description
MakeInstance ( [ player, [ cmd, [ op ) : IBrushInstance

Method Details

Begin() public method

public Begin ( [ player, [ op ) : bool
player [
op [
return bool

End() public method

public End ( ) : void
return void

NextBlock() public method

public NextBlock ( [ op ) : Block
op [
return Block

ReplaceNotBrush() public method

public ReplaceNotBrush ( ) : System
return System

ReplaceNotBrush() public method

public ReplaceNotBrush ( Block blocks, Block replacement ) : System
blocks Block
replacement Block
return System

ReplaceNotBrush() public method

public ReplaceNotBrush ( [ other ) : System
other [
return System