[This is preliminary documentation and is subject to change.]
Replaces IRC color codes with equivalent Minecraft color codes, in the given string.
Opposite of MinecraftToIrcColors method.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[NotNullAttribute] [PureAttribute] public static string IrcToMinecraftColors( string input )
Parameters
- input
- String
String to process.
Return Value
A processed string.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | input is null. |