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

Gets the block from given location in player's world, and sends it (async) to the player. Used to undo player's attempted block placement/deletion.

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

Syntax

   
 C# 
public void RevertBlock(
	Vector3I coords
)

Parameters

coords
Vector3I

[Missing <param name="coords"/> documentation for "M:fCraft.Player.RevertBlock(fCraft.Vector3I)"]

See Also