ChatColor is a class for defining color codes.

Hierarchy

  • ChatColor

Constructors

  • Parameters

    • code: string

    Returns ChatColor

Properties

code: any
AQUA: ChatColor
ARRAY_BRACKETS_COLOR: any
BLACK: ChatColor
BLUE: ChatColor
BOLD: ChatColor
BOOLEAN_COLOR: any
CLASS_COLOR: any
COMPACT_THRESHOLD: any
CYCLE_COLOR: any
DARK_AQUA: ChatColor
DARK_BLUE: ChatColor
DARK_GRAY: ChatColor
DARK_GREEN: ChatColor
DARK_PURPLE: ChatColor
DARK_RED: ChatColor
ESCAPE_COLOR: any
FUNCTION_COLOR: any
GOLD: ChatColor
GRAY: ChatColor
GREEN: ChatColor
ITALIC: ChatColor
KEY_COLOR: any
LIGHT_PURPLE: ChatColor
MATERIAL_AMETHYST: ChatColor
MATERIAL_COPPER: ChatColor
MATERIAL_DIAMOND: ChatColor
MATERIAL_EMERALD: ChatColor
MATERIAL_GOLD: ChatColor
MATERIAL_IRON: ChatColor
MATERIAL_LAPIS: ChatColor
MATERIAL_NETHERITE: ChatColor
MATERIAL_QUARTZ: ChatColor
MATERIAL_REDSTONE: ChatColor
MINECOIN_GOLD: ChatColor
NULL_COLOR: any
NUMBER_COLOR: any
OBFUSCATED: ChatColor
OBJECT_BRACKETS_COLOR: any

Different ChatColor instances for different tokens in JSON.

PREFIX: any

PREFIX is the section sign (ยง) used in Minecraft color codes.

RESET: ChatColor
STRING_COLOR: any
WHITE: ChatColor
YELLOW: ChatColor
escapeString: any

Methods

  • Returns the string representation of the ChatColor instance, which is the PREFIX followed by the color code.

    Returns string

    PREFIX + this.code

  • Transforms a value into a chat-friendly, colored JSON representation.

    Parameters

    • value: any

      The value to transform.

    Returns string

  • Parameters

    • value: any
    • Optional indentLevel: number
    • Optional knownElements: Set<any>

    Returns string

  • Parameters

    • str: string

    Returns string