Uses of Interface
ch.sahits.game.openpatrician.model.ICompany
-
Packages that use ICompany Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl -
-
Uses of ICompany in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return ICompany Modifier and Type Method Description ICompanyIPlayer. getCompany()Retrieve the company data -
Uses of ICompany in ch.sahits.game.openpatrician.model.impl
Classes in ch.sahits.game.openpatrician.model.impl that implement ICompany Modifier and Type Class Description classCompanyConstructors in ch.sahits.game.openpatrician.model.impl with parameters of type ICompany Constructor Description AIPlayer(ICity homeTown, java.time.LocalDateTime birthDate, ICompany company)HumanPlayer(ICity homeTown, IPersonalData personalData, ESocialRank rank, ICompany company, EPlayerColor color)Player(ICity homeTown, IPersonalData personalData, ESocialRank rank, ICompany company)
-