[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.2 (0.6.3.2)

Syntax

   
 C# 
public bool InBounds(
	int x,
	int y,
	int z
)

Parameters

x
Int32
X coordinate (width).
y
Int32
Y coordinate (length, Notch's Z).
z
Int32
Z coordinate (height, Notch's Y).

See Also