Uses of Interface
ch.sahits.game.openpatrician.model.personal.ICareer
-
Packages that use ICareer Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.personal ch.sahits.game.openpatrician.model.service -
-
Uses of ICareer in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return ICareer Modifier and Type Method Description ICareerIPlayer. getCareerLevel()Retrieve the career level, which is either defined byEMilitantCareerorEEconomicCareer.Methods in ch.sahits.game.openpatrician.model with parameters of type ICareer Modifier and Type Method Description voidIPlayer. setCareerLevel(ICareer career)Set the current career level. -
Uses of ICareer in ch.sahits.game.openpatrician.model.personal
Subinterfaces of ICareer in ch.sahits.game.openpatrician.model.personal Modifier and Type Interface Description interfaceIEconomicCareerInterface defining the economic careerinterfaceIMilitantCareerInterface indicating a militant career.Classes in ch.sahits.game.openpatrician.model.personal that implement ICareer Modifier and Type Class Description classEEconomicCareerEnumeration of the attributes of an economic careerclassEMilitantCareerEnumeration indicating the career level of a militant career. -
Uses of ICareer in ch.sahits.game.openpatrician.model.service
Methods in ch.sahits.game.openpatrician.model.service with parameters of type ICareer Modifier and Type Method Description java.lang.StringModelTranslations. getLocalDisplayName(ICareer career)
-