Property | Type | Description | |
---|---|---|---|
ColorNames | string>.SortedList | ||
Sys | string |
Method | Description | |
---|---|---|
EscapeAmpersands ( [ input ) : string | ||
IrcToMinecraftColors ( [ sb ) : void |
Replaces IRC color codes with equivalent Minecraft color codes, in the given StringBuilder. Opposite of MinecraftToIrcColors method.
|
|
IsValidColorCode ( char code ) : bool |
Checks whether a color code is valid (checks if it's hexadecimal char).
|
|
MinecraftToIrcColors ( [ sb ) : void |
Replaces Minecraft color codes with equivalent IRC color codes, in the given StringBuilder. Opposite of IrcToMinecraftColors method.
|
|
ParseToIndex ( [ color ) : int | ||
ReplacePercentCodes ( [ message ) : string | ||
ReplacePercentCodes ( [ sb ) : void | ||
StripColors ( [ input ) : string |
Strips all ampersand color codes, and unescapes doubled-up ampersands.
|
|
SubstituteSpecialColors ( [ input ) : string | ||
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 ( char code ) : string | ||
GetName ( int index ) : string | ||
GetName ( string color ) : string | ||
IrcToMinecraftColors ( [ input ) : string | ||
MinecraftToIrcColors ( [ input ) : string | ||
Parse ( char code ) : string | ||
Parse ( int index ) : string | ||
Parse ( string color ) : string |
public static EscapeAmpersands ( [ input ) : string | ||
input | [ | |
return | string |
public static IrcToMinecraftColors ( [ sb ) : void | ||
sb | [ | StringBuilder objects, the contents of which will be processed. |
return | void |
public static IsValidColorCode ( char code ) : bool | ||
code | char | |
return | bool |
public static MinecraftToIrcColors ( [ sb ) : void | ||
sb | [ | StringBuilder objects, the contents of which will be processed. |
return | void |
public static ReplacePercentCodes ( [ message ) : string | ||
message | [ | |
return | string |
public static ReplacePercentCodes ( [ sb ) : void | ||
sb | [ | |
return | void |
public static StripColors ( [ input ) : string | ||
input | [ | |
return | string |
public static SubstituteSpecialColors ( [ input ) : string | ||
input | [ | |
return | string |
public static SubstituteSpecialColors ( [ sb ) : void | ||
sb | [ | StringBuilder, contents of which will be processed. |
return | void |
public static SortedList |
||
return | string>.SortedList |