Class TextProcessor

java.lang.Object
ovh.mythmc.social.api.text.TextProcessor

public class TextProcessor extends Object
A configurable text processor that applies a specific parser list to a SocialParserContext.

Use the builder() to create instances, or call defaultProcessor() for a processor that mirrors the global parser configuration. Parsers can be excluded individually via the exclusions builder field

  • Constructor Details

    • TextProcessor

      public TextProcessor()
  • Method Details