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

Initializes a new instance of the BlockDBEntry class

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

Syntax

   
 C# 
public BlockDBEntry(
	int timestamp,
	int playerID,
	Vector3I coords,
	Block oldBlock,
	Block newBlock,
	BlockChangeContext flags
)

Parameters

timestamp
Int32

[Missing <param name="timestamp"/> documentation for "M:fCraft.BlockDBEntry.#ctor(System.Int32,System.Int32,fCraft.Vector3I,fCraft.Block,fCraft.Block,fCraft.BlockChangeContext)"]

playerID
Int32

[Missing <param name="playerID"/> documentation for "M:fCraft.BlockDBEntry.#ctor(System.Int32,System.Int32,fCraft.Vector3I,fCraft.Block,fCraft.Block,fCraft.BlockChangeContext)"]

coords
Vector3I

[Missing <param name="coords"/> documentation for "M:fCraft.BlockDBEntry.#ctor(System.Int32,System.Int32,fCraft.Vector3I,fCraft.Block,fCraft.Block,fCraft.BlockChangeContext)"]

oldBlock
Block

[Missing <param name="oldBlock"/> documentation for "M:fCraft.BlockDBEntry.#ctor(System.Int32,System.Int32,fCraft.Vector3I,fCraft.Block,fCraft.Block,fCraft.BlockChangeContext)"]

newBlock
Block

[Missing <param name="newBlock"/> documentation for "M:fCraft.BlockDBEntry.#ctor(System.Int32,System.Int32,fCraft.Vector3I,fCraft.Block,fCraft.Block,fCraft.BlockChangeContext)"]

flags
BlockChangeContext

[Missing <param name="flags"/> documentation for "M:fCraft.BlockDBEntry.#ctor(System.Int32,System.Int32,fCraft.Vector3I,fCraft.Block,fCraft.Block,fCraft.BlockChangeContext)"]

See Also