plugins
Interface ISkillup

All Known Implementing Classes:
PlayerSkillup

public interface ISkillup


Field Summary
static int SKILLUP_FUTURE
          PRedicted Skillup at maximum training
static int SKILLUP_REAL
          Real Skillup happened in the past
 
Method Summary
 java.util.Date getDate()
          Document me!
 int getHtSeason()
          Document me!
 int getHtWeek()
          Document me!
 int getTrainType()
          DOCUMENT ME!
 int getType()
          Get Training type
 int getValue()
          Set the new value of the skill
 

Field Detail

SKILLUP_REAL

static final int SKILLUP_REAL
Real Skillup happened in the past

See Also:
Constant Field Values

SKILLUP_FUTURE

static final int SKILLUP_FUTURE
PRedicted Skillup at maximum training

See Also:
Constant Field Values
Method Detail

getDate

java.util.Date getDate()
Document me!

Returns:

getHtSeason

int getHtSeason()
Document me!

Returns:

getHtWeek

int getHtWeek()
Document me!

Returns:

getTrainType

int getTrainType()
DOCUMENT ME!

Returns:

getType

int getType()
Get Training type

Returns:
type

getValue

int getValue()
Set the new value of the skill

Returns:
value