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

Substitutes all special ampersand color codes (like Color.Sys) with the assigned Minecraft colors (like Color.Yellow).

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

Syntax

   
 C# 
public static void SubstituteSpecialColors(
	StringBuilder sb
)

Parameters

sb
StringBuilder

See Also