Uses of Enum Class
org.rspeer.game.component.stockmarket.StockMarketOffer.PriceChange
Packages that use StockMarketOffer.PriceChange
-
Uses of StockMarketOffer.PriceChange in org.rspeer.game.component.stockmarket
Subclasses with type arguments of type StockMarketOffer.PriceChange in org.rspeer.game.component.stockmarketMethods in org.rspeer.game.component.stockmarket that return StockMarketOffer.PriceChangeModifier and TypeMethodDescriptionstatic StockMarketOffer.PriceChangeReturns the enum constant of this class with the specified name.static StockMarketOffer.PriceChange[]StockMarketOffer.PriceChange.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rspeer.game.component.stockmarket with parameters of type StockMarketOffer.PriceChangeModifier and TypeMethodDescriptionStockMarketOfferBuilder.price(StockMarketOffer.PriceChange change) StockMarketOfferBuilder.price(StockMarketOffer.PriceChange change, int times)