Documentation ¶
Overview ¶
Package text has utility methods used for formatting text to display in Minecraft, and to convert these colour codes into codes suitable for the command line.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ANSI ¶
ANSI converts all Minecraft text formatting codes in the values passed to ANSI formatting codes, so that it may be displayed properly in the terminal.
func Colourf ¶
Colourf colours the format string using HTML tags after first escaping all parameters passed and substituting them in the format string. The following colours and formatting may be used:
black, dark-blue, dark-green, dark-aqua, dark-red, dark-purple, gold, grey, dark-grey, blue, green, aqua, red, purple, yellow, white, dark-yellow, quartz, iron, netherite, redstone, copper, gold, emerald, diamond, lapis, amethyst, obfuscated, bold (b), and italic (i).
These HTML tags may also be nested, like so: `<red>Hello <bold>World</bold>!</red>`
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.