C# Class fCraft.Drawing.PasteDrawOperation

Inheritance: DrawOpWithBrush
Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

Méthode Description
DrawBatch ( int maxBlocksToDraw ) : int
PasteDrawOperation ( Player player, bool not ) : System
Prepare ( Vector3I marks ) : bool
ReadParams ( Command cmd ) : bool

Méthodes protégées

Méthode Description
NextBlock ( ) : Block

Method Details

DrawBatch() public méthode

public DrawBatch ( int maxBlocksToDraw ) : int
maxBlocksToDraw int
Résultat int

NextBlock() protected méthode

protected NextBlock ( ) : Block
Résultat Block

PasteDrawOperation() public méthode

public PasteDrawOperation ( Player player, bool not ) : System
player Player
not bool
Résultat System

Prepare() public méthode

public Prepare ( Vector3I marks ) : bool
marks Vector3I
Résultat bool

ReadParams() public méthode

public ReadParams ( Command cmd ) : bool
cmd Command
Résultat bool