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

Describes what kind of results should BlockDB.Lookup return.

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

Syntax

   
 C# 
public enum BlockDBSearchType

Members

MemberValueDescription
ReturnAll0
All BlockDB Entries (even those that have been overriden) are returned, possibly multiple entries per coordinate.
ReturnNewest1
Only one newest entry is returned for each coordinate.
ReturnOldest2
Only one oldest entry is returned for each coordinate.

See Also