Class MessageHelper

java.lang.Object
de.oliver.fancylib.MessageHelper

@Deprecated public class MessageHelper extends Object
Deprecated.
  • Constructor Details

    • MessageHelper

      public MessageHelper()
      Deprecated.
  • Method Details

    • transform

      @Deprecated @NotNull public static @NotNull String transform(@NotNull @NotNull String message)
      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 public static String getPrimaryColor()
      Deprecated.
    • setPrimaryColor

      @Deprecated public static void setPrimaryColor(String primaryColor)
      Deprecated.
    • getSecondaryColor

      @Deprecated public static String getSecondaryColor()
      Deprecated.
    • setSecondaryColor

      @Deprecated public static void setSecondaryColor(String secondaryColor)
      Deprecated.
    • getSuccessColor

      @Deprecated public static String getSuccessColor()
      Deprecated.
    • setSuccessColor

      @Deprecated public static void setSuccessColor(String successColor)
      Deprecated.
    • getWarningColor

      @Deprecated public static String getWarningColor()
      Deprecated.
    • setWarningColor

      @Deprecated public static void setWarningColor(String warningColor)
      Deprecated.
    • getErrorColor

      @Deprecated public static String getErrorColor()
      Deprecated.
    • setErrorColor

      @Deprecated public static void setErrorColor(String errorColor)
      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.