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

Sends a block change to THIS PLAYER ONLY. Does not affect the map.

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

Syntax

   
 C# 
public void SendBlock(
	Vector3I coords,
	Block block
)

Parameters

coords
Vector3I
Coordinates of the block.
block
Block
Block type to send.

See Also