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

Handles manually-placed/deleted blocks. Returns true if player's action should result in a kick.

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

Syntax

   
 C# 
public bool PlaceBlock(
	Vector3I coord,
	ClickAction action,
	Block type
)

Parameters

coord
Vector3I
action
ClickAction
type
Block

See Also