Uses of Interface
ch.sahits.game.openpatrician.model.personal.IPersonalData
-
-
Uses of IPersonalData in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IPersonalData Modifier and Type Method Description IPersonalDataIPlayer. getPersonalData()Retrieve the personal data of the player -
Uses of IPersonalData in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return IPersonalData Modifier and Type Method Description IPersonalDataPlayer. getPersonalData()Constructors in ch.sahits.game.openpatrician.model.impl with parameters of type IPersonalData Constructor Description HumanPlayer(ICity homeTown, IPersonalData personalData, ESocialRank rank, ICompany company, EPlayerColor color)Player(ICity homeTown, IPersonalData personalData, ESocialRank rank, ICompany company) -
Uses of IPersonalData in ch.sahits.game.openpatrician.model.personal
Subinterfaces of IPersonalData in ch.sahits.game.openpatrician.model.personal Modifier and Type Interface Description interfaceISpouseDataInterface defining the personal data of the spouse -
Uses of IPersonalData in ch.sahits.game.openpatrician.model.personal.impl
Classes in ch.sahits.game.openpatrician.model.personal.impl that implement IPersonalData Modifier and Type Class Description classPersonalDataclassSpouseData
-