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

Checks whether the given coordinate (in block units) is within the bounds of the map.

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

Syntax

   
 C# 
public bool InBounds(
	Vector3I vec
)

Parameters

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

See Also