Uses of Class
de.themoep.minedown.adventure.MineDownParser
-
Uses of MineDownParser in de.themoep.minedown.adventure
Modifier and TypeMethodDescriptionMineDownParser.autoAddUrlPrefix
(boolean autoAddUrlPrefix) Set whether or not to automatically add http to values of open_url when there doesn't exist any?protected MineDownParser
MineDownParser.builder
(net.kyori.adventure.text.ComponentBuilder builder) protected MineDownParser
MineDownParser.clickEvent
(net.kyori.adventure.text.event.ClickEvent clickEvent) MineDownParser.colorChar
(char colorChar) Set the character to use as a special color code.protected MineDownParser
MineDownParser.copy()
Copy all the parser's setting to a new instanceMineDownParser.copy
(boolean formatting) Copy all the parser's setting to a new instanceMineDownParser.copy
(MineDownParser from) Copy all the parser's settings from another parser.MineDownParser.copy
(MineDownParser from, boolean formatting) Copy all the parser's settings from another parser.MineDownParser.disable
(MineDownParser.Option option) Disable an option.MineDownParser.enable
(MineDownParser.Option option) Enable an option.MineDownParser.enabledOptions
(Set<MineDownParser.Option> enabledOptions) Set all enabled options that will be used when parsing at once, replaces any existing optionsMineDownParser.filter
(MineDownParser.Option option) Filter an option.MineDownParser.filteredOptions
(Set<MineDownParser.Option> filteredOptions) Set all filtered options that will be parsed and then removed from the string at once, replaces any existing optionsprotected MineDownParser
protected MineDownParser
MineDownParser.formattingIsLegacy
(boolean formattingIsLegacy) protected MineDownParser
MineDownParser.hoverEvent
(net.kyori.adventure.text.event.HoverEvent hoverEvent) MineDownParser.hoverTextWidth
(int hoverTextWidth) Set the max width the hover text should have.MineDownParser.lenient
(boolean lenient) Set whether to accept malformed strings or notMineDown.parser()
Get the parser instance that is currently usedprotected MineDownParser
MineDownParser.rainbowPhase
(Integer rainbowPhase) MineDownParser.reset()
Reset the parser state to the startMineDownParser.translateLegacyColors
(boolean enabled) Deprecated.MineDownParser.unfilter
(MineDownParser.Option option) Unfilter an option.MineDownParser.urlDetection
(boolean urlDetection) Set whether or not to detect urls in strings and add events to them?MineDownParser.urlHoverText
(String urlHoverText) Set the text to display when hovering over an URL.protected MineDownParser
MineDownParser.value
(StringBuilder value) Modifier and TypeMethodDescriptionMineDownParser.copy
(MineDownParser from) Copy all the parser's settings from another parser.MineDownParser.copy
(MineDownParser from, boolean formatting) Copy all the parser's settings from another parser.
enable(Option)
anddisable(Option)
instead