Package kamkeel.npcdbc.api.form
Interface IAdvancedFormStat
-
public interface IAdvancedFormStat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBonus()
float
getMultiplier()
boolean
isEnabled()
void
setBonus(int bonus)
void
setEnabled(boolean enabled)
void
setMultiplier(float multiplier)
-