Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phoenix616/MineDown
/ functions
Functions
134 in github.com/Phoenix616/MineDown
⨍
Functions
134
◇
Types & classes
9
Method
escape
Escape formatting in the string depending on this parser's options. This will escape backslashes too! @param string The string to escape @return The s
src/main/java/de/themoep/minedown/adventure/MineDownParser.java:1307
Method
getClosestLegacy
Get the legacy color closest to a certain RGB color @param textColor The color to get the closest legacy color for @return The closest legacy color @d
src/main/java/de/themoep/minedown/adventure/Util.java:277
Method
hoverTextWidth
Set the max width the hover text should have. Minecraft itself will wrap after 60 characters. Won't apply if the text already includes new lines. @par
src/main/java/de/themoep/minedown/adventure/MineDown.java:289
Method
ignorePlaceholderCase
Set whether or not the case of the placeholder should be ignored when replacing @param ignorePlaceholderCase Whether or not to ignore the case of the
src/main/java/de/themoep/minedown/adventure/MineDown.java:222
Method
indexOfNotEscaped
Get the index of the first occurrences of a not escaped character @param string The string to search @param chars The characters to search for @retur
src/main/java/de/themoep/minedown/adventure/Util.java:146
Method
isFormat
Check whether a certain TextColor is formatting or not @param format The TextColor to check @return <code>true</code> if it's a format, <code>false</c
src/main/java/de/themoep/minedown/adventure/Util.java:123
Method
placeholderIndicator
Set the placeholder indicator for both prefix and suffix @param placeholderIndicator The character to use as a placeholder indicator @return
src/main/java/de/themoep/minedown/adventure/MineDown.java:173
Method
placeholderIndicator
Set the placeholder indicator for both prefix and suffix @param placeholderIndicator The character to use as a placeholder indicator @return The Repla
src/main/java/de/themoep/minedown/adventure/Replacer.java:182
Method
rgbColorsToLegacy
Utility method to remove RGB colors from components. This modifies the input array! @param components The components to remove the rgb colors from
src/main/java/de/themoep/minedown/adventure/Util.java:263
Method
stringify
Create a {@link MineDown} string from a component message @param components The components to generate a MineDown string from @return The MineDown str
src/main/java/de/themoep/minedown/adventure/MineDownStringifier.java:107
Method
testComponentReplacing
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:141
Method
testEmptyEvent
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:171
Method
testItemHoverStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:96
Method
testNegated
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:155
Method
testParseGradient
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:104
Method
testParseHexColors
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:73
Method
testParseNested
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:162
Method
testParsePlayerHead
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:188
Method
testParseRainbow
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:117
Method
testParseShadowColors
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:85
Method
testParseSprite
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:204
Method
testParseTranslatable
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:178
Method
testParsing
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:48
Method
testPlayerHeadStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:103
Method
testReplacing
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:130
Method
testSpriteStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:121
Method
testStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:53
Method
testTranslatableStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:82
Method
translateLegacyColors
Enable or disable the translation of legacy color codes @param translateLegacyColors Whether or not to translate legacy color codes (Default: true) @r
src/main/java/de/themoep/minedown/adventure/MineDown.java:242
Method
translateLegacyColors
Whether or not to translate legacy color codes (Default: true) @return Whether or not to translate legacy color codes (Default: true) @deprecated Use
src/main/java/de/themoep/minedown/adventure/MineDownParser.java:1225
Method
unfilter
Unfilter an option. Does not enable it! @param option The option to remove from the filter @return The MineDown instance
src/main/java/de/themoep/minedown/adventure/MineDown.java:336
Method
unfilter
Unfilter an option. Does not enable it! @param option The option to remove from the filter @return The parser instance
src/main/java/de/themoep/minedown/adventure/MineDownParser.java:1297
Method
urlDetection
Detect urls in strings and add events to them? (Default: true) @param enabled Whether or not to detect URLs and add events to them @return
src/main/java/de/themoep/minedown/adventure/MineDown.java:254
Method
urlHoverText
The text to display when hovering over an URL @param text The text to display when hovering over an URL @return The MineDown instance
src/main/java/de/themoep/minedown/adventure/MineDown.java:276
← previous
101–134 of 134, ranked by callers