C# Class fCraft.Drawing.ReplaceNotBrush

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

Méthodes publiques

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

Private Methods

Méthode Description
MakeInstance ( [ player, [ cmd, [ op ) : IBrushInstance

Method Details

Begin() public méthode

public Begin ( [ player, [ op ) : bool
player [
op [
Résultat bool

End() public méthode

public End ( ) : void
Résultat void

NextBlock() public méthode

public NextBlock ( [ op ) : Block
op [
Résultat Block

ReplaceNotBrush() public méthode

public ReplaceNotBrush ( ) : System
Résultat System

ReplaceNotBrush() public méthode

public ReplaceNotBrush ( Block blocks, Block replacement ) : System
blocks Block
replacement Block
Résultat System

ReplaceNotBrush() public méthode

public ReplaceNotBrush ( [ other ) : System
other [
Résultat System