public class DmgBaseStat extends AgisStatDef
Modifier and Type | Field and Description |
---|---|
protected int |
max |
protected int |
min |
AGIS_STAT_FLAG_MAX, AGIS_STAT_FLAG_MIN, AGIS_STAT_FLAG_TRESHOLD1, AGIS_STAT_FLAG_TRESHOLD2, AGIS_STAT_FLAG_TRESHOLD3, AGIS_STAT_FLAG_TRESHOLD4, AGIS_STAT_FLAG_TRESHOLD5, canExceedMax, dependents, id, mobLevelIncrease, mobLevelPercentIncrease, mobStartingValue, name, precision, sendToClient, serverPresent, statLinks, statLinksPoints
Constructor and Description |
---|
DmgBaseStat(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
int |
getMax() |
int |
getMin() |
void |
setMax(int max) |
void |
setMin(int min) |
void |
update(AgisStat stat,
CombatInfo info) |
addDependent, addPrecision, addStatLink, getCanExceedMax, getId, getMobLevelIncrease, getMobLevelPercentIncrease, getMobStartingValue, getName, getPrecision, getSendToClient, getServerPresent, notifyFlags, setCanExceedMax, setId, setMobLevelIncrease, setMobLevelPercentIncrease, setMobStartingValue, setPrecision, setSendToClient, setServerPresent, toString
public int getMin()
public void setMin(int min)
public int getMax()
public void setMax(int max)
public void update(AgisStat stat, CombatInfo info)
update
in class AgisStatDef