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

[Missing <summary> documentation for "M:fCraft.Packet.MakeSetBlock(fCraft.Vector3I,fCraft.Block)"]

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

Syntax

   
 C# 
public static Packet MakeSetBlock(
	Vector3I coords,
	Block type
)

Parameters

coords
Vector3I
type
Block

See Also