[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.2 (0.6.3.2)

Syntax

   
 C# 
public BlockDBEntry(
	int timestamp,
	int playerID,
	short x,
	short y,
	short z,
	Block oldBlock,
	Block newBlock,
	BlockChangeContext flags
)

Parameters

timestamp
Int32
playerID
Int32
x
Int16
y
Int16
z
Int16
oldBlock
Block
newBlock
Block
flags
BlockChangeContext

See Also