C# Class fCraft.FuncDrawOperationFill

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

Méthodes publiques

Méthode Description
FuncDrawOperationFill ( Player player, Command cmd ) : System

Méthodes protégées

Méthode Description
DrawFase1 ( int fval, int &arg1, int &arg2, int &val, int min1, int max1, int min2, int max2, int minV, int maxV, int maxBlocksToDraw ) : void
DrawFase2 ( int &arg1, int &arg2, int &val, int min1, int max1, int min2, int max2, int minV, int maxV, int maxBlocksToDraw ) : void
DrawFasePrepare ( int min1, int max1, int min2, int max2 ) : void

Method Details

DrawFase1() protected méthode

protected DrawFase1 ( int fval, int &arg1, int &arg2, int &val, int min1, int max1, int min2, int max2, int minV, int maxV, int maxBlocksToDraw ) : void
fval int
arg1 int
arg2 int
val int
min1 int
max1 int
min2 int
max2 int
minV int
maxV int
maxBlocksToDraw int
Résultat void

DrawFase2() protected méthode

protected DrawFase2 ( int &arg1, int &arg2, int &val, int min1, int max1, int min2, int max2, int minV, int maxV, int maxBlocksToDraw ) : void
arg1 int
arg2 int
val int
min1 int
max1 int
min2 int
max2 int
minV int
maxV int
maxBlocksToDraw int
Résultat void

DrawFasePrepare() protected méthode

protected DrawFasePrepare ( int min1, int max1, int min2, int max2 ) : void
min1 int
max1 int
min2 int
max2 int
Résultat void

FuncDrawOperationFill() public méthode

public FuncDrawOperationFill ( Player player, Command cmd ) : System
player Player
cmd Command
Résultat System