public class CRRecoveryBuff extends java.lang.Object implements BuffManagerAPI.Buff
| Constructor and Description |
|---|
CRRecoveryBuff(java.lang.String id,
float mult,
float dur) |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float days) |
void |
apply(FleetMemberAPI member) |
float |
getDur() |
java.lang.String |
getId() |
boolean |
isExpired() |
void |
setDur(float dur) |
public CRRecoveryBuff(java.lang.String id, float mult, float dur)
public void advance(float days)
advance in interface BuffManagerAPI.Buffpublic void apply(FleetMemberAPI member)
apply in interface BuffManagerAPI.Buffpublic java.lang.String getId()
getId in interface BuffManagerAPI.Buffpublic boolean isExpired()
isExpired in interface BuffManagerAPI.Buffpublic float getDur()
public void setDur(float dur)