Package kamkeel.npcdbc.api.effect
Interface IPlayerBonus
-
public interface IPlayerBonus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetConstitution()floatgetDexterity()StringgetName()floatgetSpirit()floatgetStrength()bytegetType()floatgetWillpower()voidsetConstitution(float constitution)voidsetDexterity(float dexterity)voidsetSpirit(float spirit)voidsetStrength(float strength)voidsetType(byte type)voidsetWillpower(float willpower)
-
-
-
Method Detail
-
getName
String getName()
-
getType
byte getType()
-
setType
void setType(byte type)
-
getStrength
float getStrength()
-
setStrength
void setStrength(float strength)
-
getDexterity
float getDexterity()
-
setDexterity
void setDexterity(float dexterity)
-
getWillpower
float getWillpower()
-
setWillpower
void setWillpower(float willpower)
-
getConstitution
float getConstitution()
-
setConstitution
void setConstitution(float constitution)
-
getSpirit
float getSpirit()
-
setSpirit
void setSpirit(float spirit)
-
-