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

Parses a numeric color code to a string readable by Minecraft clients

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

Syntax

   
 C# 
public static string Parse(
	int index
)

Parameters

index
Int32
Ordinal numeric color code (between 0 and 15).

Return Value

Two-character color string, readable by Minecraft client. If input cannot be parsed, returns null.

See Also