Class Hyperlink

java.lang.Object
software.bluelib.markdown.MarkdownFeature
software.bluelib.markdown.syntax.Hyperlink

public class Hyperlink extends MarkdownFeature
  • Constructor Details

    • Hyperlink

      public Hyperlink()
  • Method Details

    • apply

      public net.minecraft.network.chat.MutableComponent apply(net.minecraft.network.chat.MutableComponent pComponent)
      Overrides:
      apply in class MarkdownFeature
    • processComponentTextWithHyperlinks

      protected void processComponentTextWithHyperlinks(String pText, net.minecraft.network.chat.Style pOriginalStyle, net.minecraft.network.chat.MutableComponent pResult, Pattern pPattern)
    • processSiblingsWithHyperlinks

      public net.minecraft.network.chat.MutableComponent processSiblingsWithHyperlinks(net.minecraft.network.chat.MutableComponent pComponent, Pattern pPattern)
    • isFeatureEnabled

      protected boolean isFeatureEnabled()
      Specified by:
      isFeatureEnabled in class MarkdownFeature
    • getFeatureName

      protected String getFeatureName()
      Specified by:
      getFeatureName in class MarkdownFeature
    • isHyperlinkEnabled

      public static Boolean isHyperlinkEnabled()