java.lang.Object
tfagaming.projects.minecraft.homestead.cooldown.Cooldown

public final class Cooldown extends Object
  • Constructor Details

    • Cooldown

      public Cooldown()
  • Method Details

    • startCooldown

      public static void startCooldown(org.bukkit.entity.Player player, Cooldown.Type type)
    • removePlayerCooldown

      public static void removePlayerCooldown(UUID id)
    • hasCooldown

      public static boolean hasCooldown(org.bukkit.entity.Player player)
    • hasCooldown

      public static boolean hasCooldown(org.bukkit.entity.Player player, Cooldown.Type type)
    • getRemainingTime

      public static long getRemainingTime(org.bukkit.entity.Player player)
    • sendCooldownMessage

      public static void sendCooldownMessage(org.bukkit.entity.Player player)