Class UnnamedFormat1

java.lang.Object
me.neznamy.tab.api.chat.rgb.format.UnnamedFormat1
All Implemented Interfaces:
RGBFormatter

public class UnnamedFormat1 extends Object implements RGBFormatter
Formatter for &#RRGGBB
  • Constructor Details

    • UnnamedFormat1

      public UnnamedFormat1()
  • Method Details

    • reformat

      public String reformat(String text)
      Description copied from interface: RGBFormatter
      Reformats RGB codes in provided text into #RRGGBB format
      Specified by:
      reformat in interface RGBFormatter
      Parameters:
      text - text to format
      Returns:
      reformatted text