Uses of Interface
org.rspeer.commons.IntToIntFunction
-
Packages that use IntToIntFunction Package Description org.rspeer.game.component.stockmarket -
-
Uses of IntToIntFunction in org.rspeer.game.component.stockmarket
Classes in org.rspeer.game.component.stockmarket that implement IntToIntFunction Modifier and Type Class Description static class
StockMarketOffer.PriceChange
Methods in org.rspeer.game.component.stockmarket with parameters of type IntToIntFunction Modifier and Type Method Description StockMarketOfferBuilder
StockMarketOfferBuilder. price(IntToIntFunction price)
Constructors in org.rspeer.game.component.stockmarket with parameters of type IntToIntFunction Constructor Description StockMarketOffer(StockMarketable.Type type, int itemId, IntToIntFunction price, IntSupplier quantity)
-