[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.2.4 (0.6.2.4)

Syntax

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

Parameters

origin
Player

[Missing <param name="origin"/> documentation for "M:fCraft.BlockUpdate.#ctor(fCraft.Player,fCraft.Vector3I,fCraft.Block)"]

coord
Vector3I

[Missing <param name="coord"/> documentation for "M:fCraft.BlockUpdate.#ctor(fCraft.Player,fCraft.Vector3I,fCraft.Block)"]

blockType
Block

[Missing <param name="blockType"/> documentation for "M:fCraft.BlockUpdate.#ctor(fCraft.Player,fCraft.Vector3I,fCraft.Block)"]

See Also