[This is preliminary documentation and is subject to change.]

Provides the next Block type for the given DrawOperation.

Namespace: fCraft.Drawing
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
Block NextBlock(
	DrawOperation op
)

Parameters

op
DrawOperation

Return Value

Block type to place, or Block.Undefined to skip.

See Also