Uses of Interface
ch.sahits.game.openpatrician.model.personal.ISpouseData
-
Packages that use ISpouseData Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl ch.sahits.game.openpatrician.model.personal.impl -
-
Uses of ISpouseData in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return types with arguments of type ISpouseData Modifier and Type Method Description java.util.Optional<ISpouseData>IPlayer. getSpouseData()Retrieve the personal data of the players spouse.Methods in ch.sahits.game.openpatrician.model with parameters of type ISpouseData Modifier and Type Method Description voidIPlayer. marry(ISpouseData spouse)Conclude the marriage. -
Uses of ISpouseData in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return types with arguments of type ISpouseData Modifier and Type Method Description java.util.Optional<ISpouseData>Player. getSpouseData()Methods in ch.sahits.game.openpatrician.model.impl with parameters of type ISpouseData Modifier and Type Method Description voidPlayer. marry(ISpouseData spouse)Marry a spouse -
Uses of ISpouseData in ch.sahits.game.openpatrician.model.personal.impl
Classes in ch.sahits.game.openpatrician.model.personal.impl that implement ISpouseData Modifier and Type Class Description classSpouseData
-