Class BlockedGradientPattern

java.lang.Object
net.lucypoulton.squirtgun.format.blocked.BlockedGradientPattern
All Implemented Interfaces:
FormatPattern

public class BlockedGradientPattern extends Object implements FormatPattern
  • Constructor Details

  • Method Details

    • process

      public net.kyori.adventure.text.Component process(@NotNull @NotNull String in, String overrideFormatter)
      Description copied from interface: FormatPattern
      Parses the given string to a component.
      Specified by:
      process in interface FormatPattern
      Parameters:
      in - the string to parse
      overrideFormatter - a string containing vanilla formatters, ie 'lo', to apply to the text
      Returns:
      the component, or null if the string doesnt match the format