Uses of Class
org.rspeer.game.component.stockmarket.StockMarketOffer.PriceChange
-
Packages that use StockMarketOffer.PriceChange Package Description org.rspeer.game.component.stockmarket -
-
Uses of StockMarketOffer.PriceChange in org.rspeer.game.component.stockmarket
Methods in org.rspeer.game.component.stockmarket that return StockMarketOffer.PriceChange Modifier and Type Method Description static StockMarketOffer.PriceChange
StockMarketOffer.PriceChange. valueOf(String name)
Returns the enum constant of this type with the specified name.static StockMarketOffer.PriceChange[]
StockMarketOffer.PriceChange. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component.stockmarket with parameters of type StockMarketOffer.PriceChange Modifier and Type Method Description StockMarketOfferBuilder
StockMarketOfferBuilder. price(StockMarketOffer.PriceChange change)
StockMarketOfferBuilder
StockMarketOfferBuilder. price(StockMarketOffer.PriceChange change, int times)
-