Interface RGBFormatter

All Known Implementing Classes:
BukkitFormat, CMIFormat, HtmlFormat, KyoriFormat, UnnamedFormat1

public interface RGBFormatter
Abstract class for different RGB patterns
  • Method Summary

    Modifier and Type
    Method
    Description
    Reformats RGB codes in provided text into #RRGGBB format
  • Method Details

    • reformat

      String reformat(String text)
      Reformats RGB codes in provided text into #RRGGBB format
      Parameters:
      text - text to format
      Returns:
      reformatted text