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

Converts nonstandard (50-255) blocks using the given mapping.

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

Syntax

   
 C# 
public bool ConvertBlockTypes(
	byte[] mapping
)

Parameters

mapping
array<Byte>[]()[][]
Byte array of length 256.

Return Value

True if any blocks needed conversion/mapping.

See Also