Uses of Class
dev.twilite.game.wrapper.GrandExchangeOffer
Packages that use GrandExchangeOffer
-
Uses of GrandExchangeOffer in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return types with arguments of type GrandExchangeOfferModifier and TypeMethodDescriptionGrandExchange.Request.matchingOffer()Returns an existing offer matching this request when one is present.static Optional<GrandExchangeOffer> GrandExchange.offer(int slot) Returns the offer at a slot.GrandExchange.Request.place()Progresses this request by one interface action and returns the matching offer when it can be identified.static Optional<GrandExchangeOffer> GrandExchange.selectedOffer()Returns the currently viewed offer.Methods in dev.twilite.game.facade with parameters of type GrandExchangeOfferModifier and TypeMethodDescriptionstatic booleanGrandExchange.collect(GrandExchangeOffer offer) Collects an offer to the inventory.static booleanGrandExchange.collect(GrandExchangeOffer offer, GrandExchange.CollectionMode mode) Collects an offer using the selected destination. -
Uses of GrandExchangeOffer in dev.twilite.game.stream
Method parameters in dev.twilite.game.stream with type arguments of type GrandExchangeOfferModifier and TypeMethodDescriptionGrandExchangeOfferView.filter(Predicate<GrandExchangeOffer> filter) GrandExchangeOfferView.or(Predicate<GrandExchangeOffer> filter) Constructor parameters in dev.twilite.game.stream with type arguments of type GrandExchangeOfferModifierConstructorDescriptionCreates an offer view backed by a stream supplier.