Uses of Class
ch.sahits.game.openpatrician.model.player.ETradeStrategyPreference
-
Packages that use ETradeStrategyPreference Package Description ch.sahits.game.openpatrician.model.player -
-
Uses of ETradeStrategyPreference in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return ETradeStrategyPreference Modifier and Type Method Description static ETradeStrategyPreferenceETradeStrategyPreference. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ETradeStrategyPreference[]ETradeStrategyPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type ETradeStrategyPreference Modifier and Type Method Description default java.util.Set<ETradeStrategyPreference>IAITradeStrategyType. getStrategyPreferrance()Get a set of preference that indicate good matches for this strategy.
-