[This is preliminary documentation and is subject to change.]
Describes what kind of results should BlockDB.Lookup return.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
public enum BlockDBSearchType
Members
| Member | Value | Description |
|---|---|---|
| ReturnAll | 0 | All BlockDB Entries (even those that have been overriden) are returned,
possibly multiple entries per coordinate. |
| ReturnNewest | 1 | Only one newest entry is returned for each coordinate. |
| ReturnOldest | 2 | Only one oldest entry is returned for each coordinate. |