Class ActionBar

java.lang.Object
com.mclds.plugins.customplugin.utils.ActionBar

public class ActionBar extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    error(org.bukkit.entity.Player player, String message)
     
    static void
    info(org.bukkit.entity.Player player, String message)
     
    static void
    info(org.bukkit.entity.Player player, net.kyori.adventure.text.Component message)
     
    static void
    secondary(org.bukkit.entity.Player player, String message)
     
    static void
    secondary(org.bukkit.entity.Player player, net.kyori.adventure.text.Component message)
     
    static void
    success(org.bukkit.entity.Player player, String message)
     
    static void
    success(org.bukkit.entity.Player player, net.kyori.adventure.text.Component message)
     
    static void
    warn(org.bukkit.entity.Player player, String message)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ActionBar

      public ActionBar()
  • Method Details

    • success

      public static void success(org.bukkit.entity.Player player, String message)
    • success

      public static void success(org.bukkit.entity.Player player, net.kyori.adventure.text.Component message)
    • info

      public static void info(org.bukkit.entity.Player player, String message)
    • info

      public static void info(org.bukkit.entity.Player player, net.kyori.adventure.text.Component message)
    • secondary

      public static void secondary(org.bukkit.entity.Player player, String message)
    • secondary

      public static void secondary(org.bukkit.entity.Player player, net.kyori.adventure.text.Component message)
    • warn

      public static void warn(org.bukkit.entity.Player player, String message)
    • error

      public static void error(org.bukkit.entity.Player player, String message)