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

Tries to find a blocktype by name.

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

Syntax

   
 C# 
public static Block GetBlockByName(
	string blockName
)

Parameters

blockName
String
Name of the block.

Return Value

Described Block, or Block.Undefined if name could not be recognized.

See Also