Uses of Class
dev.twilite.game.stream.ItemView
Packages that use ItemView
Package
Description
-
Uses of ItemView in dev.twilite.game.common
Methods in dev.twilite.game.common that return ItemView -
Uses of ItemView in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return ItemViewModifier and TypeMethodDescriptionstatic ItemViewBank.inventory()Returns a lazy view over items in the inventory (Bankside).static ItemViewGrandExchange.inventory()Returns a lazy view over items in the inventory (GeOffersSide).static ItemViewBank.items()Returns a lazy view over items in the bank.static ItemViewEquipment.items()Returns a lazy view over carried equipment items.static ItemViewInventory.items()Returns a lazy view over carried inventory items.static ItemViewInventory.items(int componentId) Returns a lazy view over inventory items using a custom item component.static ItemViewTrade.Ours.items()Returns the item view for this side's trade offer.static ItemViewTrade.Theirs.items()Returns the item view for this side's trade offer.static ItemViewMakeX.produce()Returns the resulting item options currently shown by the Make-X interface.Method parameters in dev.twilite.game.facade with type arguments of type ItemViewModifier and TypeMethodDescriptionstatic voidDeposits an item selected from the bank-side inventory view.static voidBank.depositAll(Function<ItemView, ItemView> query) Deposits all matching bank-side inventory items, once per item id.static voidBank.depositAll(Function<ItemView, ItemView> query) Deposits all matching bank-side inventory items, once per item id.static voidOffers an inventory item into the trade.static voidRemoves an item from the trade offer.static voidSelects and confirms an item chosen from the current Make-X item view.static GrandExchange.RequestStarts building a sell request selected from the inventory.static voidWithdraws an item selected from the bank item view.static voidWithdraws an item selected from the bank item view using the requested note mode. -
Uses of ItemView in dev.twilite.game.loadout
Methods in dev.twilite.game.loadout that return ItemView -
Uses of ItemView in dev.twilite.game.stream
Methods in dev.twilite.game.stream that return ItemView