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

Gets a block at given coordinates. Checks bounds.

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

Syntax

   
 C# 
public Block GetBlock(
	Vector3I coords
)

Parameters

coords
Vector3I
Coordinate vector (X,Y,Z).

Return Value

Block type, as a Block enumeration. Undefined if coordinates were out of bounds.

See Also