Package software.bluelib.markdown.syntax
Class Underline
java.lang.Object
software.bluelib.markdown.MarkdownFeature
software.bluelib.markdown.syntax.Underline
-
Field Summary
Fields inherited from class software.bluelib.markdown.MarkdownFeature
prefix, suffix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendFormattedText(String pText, net.minecraft.network.chat.Style pOriginalStyle, net.minecraft.network.chat.MutableComponent pResult) protected Stringprotected booleanstatic BooleanMethods inherited from class software.bluelib.markdown.MarkdownFeature
appendUnstyledText, apply, processComponentText, processComponentTextWithFormatting, processSiblings, processSiblingsWithFormatting
-
Constructor Details
-
Underline
public Underline()
-
-
Method Details
-
appendFormattedText
protected void appendFormattedText(String pText, net.minecraft.network.chat.Style pOriginalStyle, net.minecraft.network.chat.MutableComponent pResult) - Overrides:
appendFormattedTextin classMarkdownFeature
-
isFeatureEnabled
protected boolean isFeatureEnabled()- Specified by:
isFeatureEnabledin classMarkdownFeature
-
getFeatureName
- Specified by:
getFeatureNamein classMarkdownFeature
-
isUnderlineEnabled
-