atavism.agis.events
Class CooldownEvent.Entry
java.lang.Object
atavism.agis.events.CooldownEvent.Entry
- Enclosing class:
- CooldownEvent
public class CooldownEvent.Entry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cooldownID
protected java.lang.String cooldownID
duration
protected long duration
endTime
protected long endTime
CooldownEvent.Entry
public CooldownEvent.Entry()
CooldownEvent.Entry
public CooldownEvent.Entry(java.lang.String id,
long duration,
long endTime)
getCooldownID
public java.lang.String getCooldownID()
setCooldownID
public void setCooldownID(java.lang.String cd)
getDuration
public long getDuration()
setDuration
public void setDuration(long duration)
getEndTime
public long getEndTime()
setEndTime
public void setEndTime(long endTime)