plugins
Interface IEPVData

All Superinterfaces:
IPlayerData
All Known Implementing Classes:
EPVData

public interface IEPVData
extends IPlayerData

EPV Data Holder interface

Author:
draghetto

Field Summary
static int ATTACKER
           
static int DEFENDER
           
static int KEEPER
           
static int MIDFIELDER
           
static int WINGER
           
 
Method Summary
 double getMaxSkill()
           
 int getPlayerType()
           
 
Methods inherited from interface plugins.IPlayerData
getAge, getAgeDays, getAggressivity, getAttack, getDefense, getExperience, getForm, getGoalKeeping, getHonesty, getLeadership, getPassing, getPlayerId, getPlayerName, getPlayMaking, getPopularity, getSetPieces, getSpeciality, getStamina, getTSI, getWing
 

Field Detail

KEEPER

static final int KEEPER
See Also:
Constant Field Values

DEFENDER

static final int DEFENDER
See Also:
Constant Field Values

MIDFIELDER

static final int MIDFIELDER
See Also:
Constant Field Values

WINGER

static final int WINGER
See Also:
Constant Field Values

ATTACKER

static final int ATTACKER
See Also:
Constant Field Values
Method Detail

getMaxSkill

double getMaxSkill()

getPlayerType

int getPlayerType()