| Package | Description |
|---|---|
| me.lucko.helper.utils |
| Modifier and Type | Field and Description |
|---|---|
protected Cooldown |
CooldownCollection.base
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected LoadingCache<String,Cooldown> |
CooldownCollection.cache
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Cooldown |
Cooldown.copy()
Deprecated.
Copies the properties of this cooldown to a new instance
|
Cooldown |
CooldownCollection.get(T t)
Deprecated.
Gets the internal cooldown instance associated with the given key
|
static Cooldown |
Cooldown.of(long amount,
TimeUnit unit)
Deprecated.
|
static Cooldown |
Cooldown.ofTicks(long ticks)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Cooldown> |
CooldownCollection.getAll()
Deprecated.
Gets the cooldowns contained within this collection.
|
| Modifier and Type | Method and Description |
|---|---|
static CooldownCollection<String> |
CooldownCollection.create(Cooldown base)
Deprecated.
|
static <T> CooldownCollection<T> |
CooldownCollection.create(Function<T,String> mappingFunc,
Cooldown base)
Deprecated.
|
static <T> CooldownCollection<T> |
CooldownCollection.createWithToString(Cooldown base)
Deprecated.
|
Copyright © 2017. All rights reserved.