Property | Type | Description | |
---|---|---|---|
ColorNames | string>.SortedList |
Property | Type | Description | |
---|---|---|---|
GetName | string | ||
GetName | string | ||
IrcToMinecraftColors | string | ||
IsColorCode | bool | ||
IsStandardColorCode | bool | ||
MinecraftToIrcColors | string | ||
Parse | string | ||
Parse | string | ||
StripColors | string | ||
SubstituteSpecialColors | string |
Method | Description | |
---|---|---|
MinecraftToIrcColors ( [ sb ) : void |
Replaces Minecraft color codes with equivalent IRC color codes, in the given StringBuilder. Opposite of IrcToMinecraftColors method.
|
|
SubstituteSpecialColors ( [ sb ) : void |
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.
|
Method | Description | |
---|---|---|
GetName ( [ color ) : string | ||
GetName ( char code ) : string | ||
IrcToMinecraftColors ( [ input ) : string | ||
IsColorCode ( char code ) : bool | ||
IsStandardColorCode ( char code ) : bool | ||
MinecraftToIrcColors ( [ input ) : string | ||
Parse ( [ color ) : string | ||
Parse ( char code ) : string | ||
StripColors ( [ message ) : string | ||
SubstituteSpecialColors ( [ input ) : string |
public static MinecraftToIrcColors ( [ sb ) : void | ||
sb | [ | StringBuilder objects, the contents of which will be processed. |
return | void |
public static SubstituteSpecialColors ( [ sb ) : void | ||
sb | [ | StringBuilder, contents of which will be processed. |
return | void |