Class ColorText

java.lang.Object
com.mclds.plugins.customplugin.utils.ColorText

public class ColorText extends Object
  • Constructor Details

    • ColorText

      public ColorText()
  • Method Details

    • of

      public static ColorText of()
    • blue

      public ColorText blue(Object... texts)
    • aqua

      public ColorText aqua(Object... texts)
    • darkAqua

      public ColorText darkAqua(Object... texts)
    • darkBlue

      public ColorText darkBlue(Object... texts)
    • darkGray

      public ColorText darkGray(Object... texts)
    • darkGreen

      public ColorText darkGreen(Object... texts)
    • darkPurple

      public ColorText darkPurple(Object... texts)
    • darkRed

      public ColorText darkRed(Object... texts)
    • gold

      public ColorText gold(Object... texts)
    • gray

      public ColorText gray(Object... texts)
    • lightPurple

      public ColorText lightPurple(Object... texts)
    • darkGold

      public ColorText darkGold(Object... texts)
    • green

      public ColorText green(Object... texts)
    • yellow

      public ColorText yellow(Object... texts)
    • red

      public ColorText red(Object... texts)
    • blueComponent

      public static net.kyori.adventure.text.TextComponent blueComponent(Object... texts)
    • aquaComponent

      public static net.kyori.adventure.text.TextComponent aquaComponent(Object... texts)
    • darkAquaComponent

      public static net.kyori.adventure.text.TextComponent darkAquaComponent(Object... texts)
    • darkBlueComponent

      public static net.kyori.adventure.text.TextComponent darkBlueComponent(Object... texts)
    • darkGrayComponent

      public static net.kyori.adventure.text.TextComponent darkGrayComponent(Object... texts)
    • darkGreenComponent

      public static net.kyori.adventure.text.TextComponent darkGreenComponent(Object... texts)
    • darkPurpleComponent

      public static net.kyori.adventure.text.TextComponent darkPurpleComponent(Object... texts)
    • darkRedComponent

      public static net.kyori.adventure.text.TextComponent darkRedComponent(Object... texts)
    • goldComponent

      public static net.kyori.adventure.text.TextComponent goldComponent(Object... texts)
    • grayComponent

      public static net.kyori.adventure.text.TextComponent grayComponent(Object... texts)
    • lightPurpleComponent

      public static net.kyori.adventure.text.TextComponent lightPurpleComponent(Object... texts)
    • darkGoldComponent

      public static net.kyori.adventure.text.TextComponent darkGoldComponent(Object... texts)
    • greenComponent

      public static net.kyori.adventure.text.TextComponent greenComponent(Object... texts)
    • yellowComponent

      public static net.kyori.adventure.text.TextComponent yellowComponent(Object... texts)
    • redComponent

      public static net.kyori.adventure.text.TextComponent redComponent(Object... texts)
    • whiteComponent

      public static net.kyori.adventure.text.TextComponent whiteComponent(Object... texts)
    • white

      public ColorText white(Object... texts)
    • reset

      public ColorText reset()
      重置样式以及颜色
    • strikethrough

      public ColorText strikethrough()
      删除线
    • Underline

      public ColorText Underline()
      下划线
    • magic

      public ColorText magic()
      随机字符
    • bold

      public ColorText bold()
      加粗
    • build

      public net.kyori.adventure.text.TextComponent build()
    • translateToComponent

      public static net.kyori.adventure.text.Component translateToComponent(String text)
    • translate

      public static String translate(String text)