Package de.oliver.fancylib
Class MessageHelper
java.lang.Object
de.oliver.fancylib.MessageHelper
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull net.kyori.adventure.text.ComponentDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static @NotNull net.kyori.adventure.text.ComponentDeprecated.static net.kyori.adventure.text.ComponentremoveDecoration(net.kyori.adventure.text.Component component, net.kyori.adventure.text.format.TextDecoration decoration) Deprecated.static @NotNull net.kyori.adventure.text.ComponentDeprecated.static voidsetErrorColor(String errorColor) Deprecated.static voidsetPrimaryColor(String primaryColor) Deprecated.static voidsetSecondaryColor(String secondaryColor) Deprecated.static voidsetSuccessColor(String successColor) Deprecated.static voidsetWarningColor(String warningColor) Deprecated.static @NotNull net.kyori.adventure.text.ComponentDeprecated.static @NotNull StringDeprecated.static @NotNull net.kyori.adventure.text.ComponentDeprecated.
-
Constructor Details
-
MessageHelper
public MessageHelper()Deprecated.
-
-
Method Details
-
transform
Deprecated. -
send
@Deprecated @NotNull public static @NotNull net.kyori.adventure.text.Component send(@Nullable @Nullable org.bukkit.command.CommandSender receiver, @NotNull @NotNull String message) Deprecated. -
info
@Deprecated @NotNull public static @NotNull net.kyori.adventure.text.Component info(@Nullable @Nullable org.bukkit.command.CommandSender receiver, @NotNull @NotNull String message) Deprecated. -
success
@Deprecated @NotNull public static @NotNull net.kyori.adventure.text.Component success(@Nullable @Nullable org.bukkit.command.CommandSender receiver, @NotNull @NotNull String message) Deprecated. -
warning
@Deprecated @NotNull public static @NotNull net.kyori.adventure.text.Component warning(@Nullable @Nullable org.bukkit.command.CommandSender receiver, @NotNull @NotNull String message) Deprecated. -
error
@Deprecated @NotNull public static @NotNull net.kyori.adventure.text.Component error(@Nullable @Nullable org.bukkit.command.CommandSender receiver, @NotNull @NotNull String message) Deprecated. -
getPrimaryColor
Deprecated. -
setPrimaryColor
Deprecated. -
getSecondaryColor
Deprecated. -
setSecondaryColor
Deprecated. -
getSuccessColor
Deprecated. -
setSuccessColor
Deprecated. -
getWarningColor
Deprecated. -
setWarningColor
Deprecated. -
getErrorColor
Deprecated. -
setErrorColor
Deprecated. -
removeDecoration
@Deprecated public static net.kyori.adventure.text.Component removeDecoration(net.kyori.adventure.text.Component component, net.kyori.adventure.text.format.TextDecoration decoration) Deprecated.
-