[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.2.4 (0.6.2.4)

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).

Return Value

[Missing <returns> documentation for "M:fCraft.Map.InBounds(System.Int32,System.Int32,System.Int32)"]

See Also