Class CooldownRepository

java.lang.Object
net.flectone.pulse.data.repository.CooldownRepository

public class CooldownRepository extends Object
  • Constructor Details

  • Method Details

    • getTimeLeft

      public long getTimeLeft(UUID playerUUID, Cooldown cooldown, String cooldownOwner)
    • updateCache

      public boolean updateCache(UUID playerUUID, String cooldownClass, long newExpireTime)
    • syncProxy

      public void syncProxy(UUID playerUUID, String cooldownOwner, long newExpireTime)