Uses of Class
ch.sahits.game.openpatrician.model.player.EPlayerColor
-
Packages that use EPlayerColor Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl ch.sahits.game.openpatrician.model.player -
-
Uses of EPlayerColor in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return EPlayerColor Modifier and Type Method Description EPlayerColorIHumanPlayer. getColor()Retrieve the players color. -
Uses of EPlayerColor in ch.sahits.game.openpatrician.model.impl
Constructors in ch.sahits.game.openpatrician.model.impl with parameters of type EPlayerColor Constructor Description HumanPlayer(ICity homeTown, IPersonalData personalData, ESocialRank rank, ICompany company, EPlayerColor color) -
Uses of EPlayerColor in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return EPlayerColor Modifier and Type Method Description static EPlayerColorEPlayerColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EPlayerColor[]EPlayerColor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-