Class StackableCooldownManager
-
- All Implemented Interfaces:
public class StackableCooldownManager
-
-
Constructor Summary
Constructors Constructor Description StackableCooldownManager()
-
Method Summary
Modifier and Type Method Description StackableCooldowncomputeIfAbsent(@NonNull() String key, @NonNull() StackableCooldown.Config config)StackableCooldownget(@NonNull() String key)-
-
Method Detail
-
computeIfAbsent
@NonNull() StackableCooldown computeIfAbsent(@NonNull() String key, @NonNull() StackableCooldown.Config config)
-
get
@Nullable() StackableCooldown get(@NonNull() String key)
-
-
-
-