Uses of Class
de.hattrickorganizer.logik.matchengine.engine.common.TeamGameData

Packages that use TeamGameData
de.hattrickorganizer.logik.matchengine.engine.core   
 

Uses of TeamGameData in de.hattrickorganizer.logik.matchengine.engine.core
 

Methods in de.hattrickorganizer.logik.matchengine.engine.core that return TeamGameData
protected  TeamGameData BaseActionGenerator.compare(TeamData tv, TeamData ctv)
          TODO Missing Method Documentation
 

Methods in de.hattrickorganizer.logik.matchengine.engine.core with parameters of type TeamGameData
protected  Action CounterAttackGenerator.calculateCounterAttack(int minute, TeamGameData team)
          Generates the CA action, if any
protected  boolean BaseActionGenerator.hasChance(TeamGameData tgd, int minute)
          TODO Missing Method Documentation
protected  boolean BaseActionGenerator.isScore(TeamGameData tgd, int area)
          TODO Missing Method Documentation