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

Queues a new block update to be processed. Due to concurrent nature of the server, there is no guarantee that updates will be applied in any specific order.

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

Syntax

   
 C# 
public void QueueUpdate(
	BlockUpdate update
)

Parameters

update
BlockUpdate

See Also