Enumeration: MinecraftFormatting


# Enumeration: MinecraftFormatting

An enum describing color names and their Minecraft format variants.

# Enumeration members

# AQUA

AQUA: = "§b"

Defined in: helpers/MinecraftFormatting.ts:16 (opens new window)


# BLACK

BLACK: = "§0"

Defined in: helpers/MinecraftFormatting.ts:5 (opens new window)


# BLUE

BLUE: = "§9"

Defined in: helpers/MinecraftFormatting.ts:14 (opens new window)


# BOLD

BOLD: = "§l"

Defined in: helpers/MinecraftFormatting.ts:21 (opens new window)


# DARK_AQUA

DARK_AQUA: = "§3"

Defined in: helpers/MinecraftFormatting.ts:8 (opens new window)


# DARK_BLUE

DARK_BLUE: = "§1"

Defined in: helpers/MinecraftFormatting.ts:6 (opens new window)


# DARK_GRAY

DARK_GRAY: = "§8"

Defined in: helpers/MinecraftFormatting.ts:13 (opens new window)


# DARK_GREEN

DARK_GREEN: = "§2"

Defined in: helpers/MinecraftFormatting.ts:7 (opens new window)


# DARK_PURPLE

DARK_PURPLE: = "§5"

Defined in: helpers/MinecraftFormatting.ts:10 (opens new window)


# DARK_RED

DARK_RED: = "§4"

Defined in: helpers/MinecraftFormatting.ts:9 (opens new window)


# GOLD

GOLD: = "§6"

Defined in: helpers/MinecraftFormatting.ts:11 (opens new window)


# GRAY

GRAY: = "§7"

Defined in: helpers/MinecraftFormatting.ts:12 (opens new window)


# GREEN

GREEN: = "§a"

Defined in: helpers/MinecraftFormatting.ts:15 (opens new window)


# ITALIC

ITALIC: = "§o"

Defined in: helpers/MinecraftFormatting.ts:24 (opens new window)


# LIGHT_PURPLE

LIGHT_PURPLE: = "§d"

Defined in: helpers/MinecraftFormatting.ts:18 (opens new window)


# MAGIC

MAGIC: = "§k"

Defined in: helpers/MinecraftFormatting.ts:26 (opens new window)


# RED

RED: = "§c"

Defined in: helpers/MinecraftFormatting.ts:17 (opens new window)


# RESET

RESET: = "§r"

Defined in: helpers/MinecraftFormatting.ts:25 (opens new window)


# STRIKETHROUGH

STRIKETHROUGH: = "§m"

Defined in: helpers/MinecraftFormatting.ts:22 (opens new window)


# UNDERLINE

UNDERLINE: = "§n"

Defined in: helpers/MinecraftFormatting.ts:23 (opens new window)


# WHITE

WHITE: = "§f"

Defined in: helpers/MinecraftFormatting.ts:20 (opens new window)


# YELLOW

YELLOW: = "§e"

Defined in: helpers/MinecraftFormatting.ts:19 (opens new window)