C# Class fCraft.Drawing.Fill2DDrawOperation

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
NextBlock ( ) : Block

Private Methods

Méthode Description
BlockEnumeratorX ( ) : IEnumerable
BlockEnumeratorY ( ) : IEnumerable
BlockEnumeratorZ ( ) : IEnumerable
CanPlace ( Vector3I coords ) : bool

Method Details

DrawBatch() public méthode

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

Fill2DDrawOperation() public méthode

public Fill2DDrawOperation ( Player player ) : System
player Player
Résultat System

NextBlock() protected méthode

protected NextBlock ( ) : Block
Résultat Block

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