[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| SubstituteSpecialColors(String) | 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. |
| SubstituteSpecialColors(StringBuilder) | 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. |