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

Sets a block at given coordinates. Checks bounds.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public void SetBlock(
	Vector3I coords,
	Block type
)

Parameters

coords
Vector3I
Coordinate vector (X,Y,Z).
type
Block
Block type to set.

See Also