Uses of Class
ch.sahits.game.openpatrician.model.city.guild.EBidLevel
-
Packages that use EBidLevel Package Description ch.sahits.game.openpatrician.model.city.guild -
-
Uses of EBidLevel in ch.sahits.game.openpatrician.model.city.guild
Methods in ch.sahits.game.openpatrician.model.city.guild that return EBidLevel Modifier and Type Method Description EBidLevelIAuction. getBidLevel()Retrieve the current bid level.static EBidLevelEBidLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EBidLevel[]EBidLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.openpatrician.model.city.guild with parameters of type EBidLevel Modifier and Type Method Description voidIAuction. setBidLevel(EBidLevel level)Set the new bid level.
-