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

Substitutes all fCraft-specific ampersand color codes (like &S/Color.Sys) with the assigned Minecraft colors (like &E/Color.Yellow). Strips any unrecognized sequences. Does not replace percent-codes. Note that LineWrapper itself does this substitution internally.

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

Syntax

   
 C# 
public static void SubstituteSpecialColors(
	StringBuilder sb
)

Parameters

sb
StringBuilder
StringBuilder, contents of which will be processed.

Return Value

Processed string.

Exceptions

ExceptionCondition
System..::..ArgumentNullException sb is null.

See Also