plugins
Interface IPlayerData

All Known Subinterfaces:
IEPVData
All Known Implementing Classes:
EPVData

public interface IPlayerData

EPV Data Holder interface

Author:
draghetto

Method Summary
 int getAge()
          TODO Missing Method Documentation
 int getAgeDays()
          TODO Missing Method Documentation
 int getAggressivity()
          TODO Missing Method Documentation
 double getAttack()
          TODO Missing Method Documentation
 double getDefense()
          TODO Missing Method Documentation
 int getExperience()
          TODO Missing Method Documentation
 int getForm()
          TODO Missing Method Documentation
 double getGoalKeeping()
          TODO Missing Method Documentation
 int getHonesty()
          TODO Missing Method Documentation
 int getLeadership()
          TODO Missing Method Documentation
 double getPassing()
          TODO Missing Method Documentation
 int getPlayerId()
          TODO Missing Method Documentation
 java.lang.String getPlayerName()
          TODO Missing Method Documentation
 double getPlayMaking()
          TODO Missing Method Documentation
 int getPopularity()
          TODO Missing Method Documentation
 double getSetPieces()
          TODO Missing Method Documentation
 int getSpeciality()
          TODO Missing Method Documentation
 double getStamina()
          TODO Missing Method Documentation
 int getTSI()
          TODO Missing Method Documentation
 double getWing()
          TODO Missing Method Documentation
 

Method Detail

getAge

int getAge()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getAgeDays

int getAgeDays()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getAttack

double getAttack()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getDefense

double getDefense()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getExperience

int getExperience()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getForm

int getForm()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getGoalKeeping

double getGoalKeeping()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getLeadership

int getLeadership()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getPassing

double getPassing()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getPlayMaking

double getPlayMaking()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getPlayerId

int getPlayerId()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getPlayerName

java.lang.String getPlayerName()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getSetPieces

double getSetPieces()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getSpeciality

int getSpeciality()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getStamina

double getStamina()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getTSI

int getTSI()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getWing

double getWing()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getAggressivity

int getAggressivity()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getHonesty

int getHonesty()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getPopularity

int getPopularity()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation