Class MsgUT

java.lang.Object
studio.magemonkey.codex.util.MsgUT

public class MsgUT extends Object
  • Constructor Details

    • MsgUT

      public MsgUT()
  • Method Details

    • sendActionBar

      public static void sendActionBar(@NotNull org.bukkit.entity.Player player, @NotNull String msg)
    • sendTitles

      @Deprecated public static void sendTitles(@NotNull org.bukkit.entity.Player player, @NotNull String title, @NotNull String subtitle, int fadeIn, int stay, int fadeOut)
      Deprecated.
    • sound

      public static void sound(@NotNull org.bukkit.entity.Player player, @NotNull String sound)
    • sound

      public static void sound(@NotNull org.bukkit.entity.Player player, @NotNull org.bukkit.Sound sound)
    • sound

      public static void sound(@NotNull org.bukkit.Location loc, @NotNull String sound)
    • isJSON

      public static boolean isJSON(@NotNull String str)
    • sendWithJSON

      public static void sendWithJSON(@NotNull org.bukkit.command.CommandSender p, @NotNull String orig)