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

[Missing <summary> documentation for "M:fCraft.BlockDB.Lookup(System.Int32,fCraft.BoundingBox,fCraft.PlayerInfo[],System.Boolean)"]

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

Syntax

   
 C# 
public BlockDBEntry[] Lookup(
	int max,
	BoundingBox area,
	PlayerInfo[] infos,
	bool exclude
)

Parameters

max
Int32
area
BoundingBox
infos
array<PlayerInfo>[]()[][]
exclude
Boolean

See Also