Class TitleUtils

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

public class TitleUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    show(org.bukkit.entity.Player player, String title)
     
    static void
    show(org.bukkit.entity.Player player, String title, String subtitle)
     
    static void
    show(org.bukkit.entity.Player player, String title, String subtitle, int fade_in, int duration, int fade_out)
     
    static void
    show(org.bukkit.entity.Player player, net.kyori.adventure.text.Component title, net.kyori.adventure.text.Component subtitle, int fade_in, int duration, int fade_out)
     

    Methods inherited from class java.lang.Object

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

    • TitleUtils

      public TitleUtils()
  • Method Details

    • show

      public static void show(org.bukkit.entity.Player player, String title)
    • show

      public static void show(org.bukkit.entity.Player player, String title, String subtitle)
    • show

      public static void show(org.bukkit.entity.Player player, String title, String subtitle, int fade_in, int duration, int fade_out)
    • show

      public static void show(org.bukkit.entity.Player player, net.kyori.adventure.text.Component title, net.kyori.adventure.text.Component subtitle, int fade_in, int duration, int fade_out)