Klasse Text
java.lang.Object
de.delinkedde.mobarenareborn.util.Text
Utility for parsing Adventure MiniMessage strings into components.
The class holds a single shared MiniMessage instance. It is stateless and cannot
be instantiated.
-
Methodenübersicht
-
Methodendetails
-
parse
@NotNull public static @NotNull net.kyori.adventure.text.Component parse(@NotNull @NotNull String miniMessage) Parses a MiniMessage string into a component.- Parameter:
miniMessage- the MiniMessage source string- Gibt zurück:
- the parsed component
-