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

Initializes a new instance of the BlockUpdate class

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

Syntax

   
 C# 
public BlockUpdate(
	Player origin,
	Vector3I coord,
	Block blockType
)

Parameters

origin
Player
coord
Vector3I
blockType
Block

See Also