MCPcopy Create free account

hub / github.com/Phoenix616/MineDown / functions

Functions134 in github.com/Phoenix616/MineDown

Methodescape
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
MethodgetClosestLegacy
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
MethodhoverTextWidth
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
MethodignorePlaceholderCase
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
MethodindexOfNotEscaped
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
MethodisFormat
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
MethodplaceholderIndicator
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
MethodplaceholderIndicator
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
MethodrgbColorsToLegacy
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
Methodstringify
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
MethodtestComponentReplacing
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:141
MethodtestEmptyEvent
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:171
MethodtestItemHoverStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:96
MethodtestNegated
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:155
MethodtestParseGradient
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:104
MethodtestParseHexColors
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:73
MethodtestParseNested
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:162
MethodtestParsePlayerHead
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:188
MethodtestParseRainbow
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:117
MethodtestParseShadowColors
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:85
MethodtestParseSprite
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:204
MethodtestParseTranslatable
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:178
MethodtestParsing
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:48
MethodtestPlayerHeadStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:103
MethodtestReplacing
()
src/test/java/de/themoep/minedown/adventure/tests/ParserTest.java:130
MethodtestSpriteStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:121
MethodtestStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:53
MethodtestTranslatableStringify
()
src/test/java/de/themoep/minedown/adventure/tests/StringifyTest.java:82
MethodtranslateLegacyColors
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
MethodtranslateLegacyColors
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
Methodunfilter
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
Methodunfilter
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
MethodurlDetection
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
MethodurlHoverText
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
← previous101–134 of 134, ranked by callers