[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,
	short x,
	short y,
	short z,
	Block oldBlock,
	Block newBlock,
	BlockChangeContext flags
)

Parameters

timestamp
Int32

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

playerID
Int32

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

x
Int16

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

y
Int16

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

z
Int16

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

oldBlock
Block

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

newBlock
Block

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

flags
BlockChangeContext

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

See Also