Package kamkeel.npcdbc.api.effect
Interface IPlayerBonus
-
public interface IPlayerBonus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getConstitution()
float
getDexterity()
String
getName()
float
getSpirit()
float
getStrength()
byte
getType()
float
getWillpower()
void
setConstitution(float constitution)
void
setDexterity(float dexterity)
void
setSpirit(float spirit)
void
setStrength(float strength)
void
setType(byte type)
void
setWillpower(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)
-
-