Uses of Class
org.rspeer.game.component.Item
-
-
Uses of Item in jag.game
Methods in jag.game that return Item Modifier and Type Method Description default ItemRSStockMarketTransaction. getItem() -
Uses of Item in org.rspeer.game.action.tree
Methods in org.rspeer.game.action.tree that return Item Modifier and Type Method Description ItemItemAction. getSource() -
Uses of Item in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return Item Modifier and Type Method Description ItemInterfaceComponent. getItem()ItemStockMarketTransaction. getItem() -
Uses of Item in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory that return Item Modifier and Type Method Description ItemEquipment. getItemAt(Equipment.Slot slot)static ItemInventory. getSelectedItem()Methods in org.rspeer.game.adapter.component.inventory with parameters of type Item Modifier and Type Method Description booleanBackpack. use(Item item, Interactable target)Method parameters in org.rspeer.game.adapter.component.inventory with type arguments of type Item Modifier and Type Method Description booleanBank. deposit(Function<ItemQuery,Item> function, int amount)ItemQueryResultsInventory. getItems(Predicate<Item> predicate)static ItemQueryResultsShop. getItems(Predicate<Item> predicate)booleanBackpack. use(Function<ItemQuery,Item> functionA, Function<ItemQuery,Item> functionB)booleanBackpack. use(Function<ItemQuery,Item> function, Interactable target)booleanBank. withdraw(Function<ItemQuery,Item> function, int amount)booleanBank. withdrawAll(Function<ItemQuery,Item> function)Constructor parameters in org.rspeer.game.adapter.component.inventory with type arguments of type Item Constructor Description Inventory(RSInventory provider, Inventory.Format format, Consumer<Item> function, boolean extractFromProvider, List<ComponentQuery> queries) -
Uses of Item in org.rspeer.game.component
Methods in org.rspeer.game.component that return Item Modifier and Type Method Description static ItemItem. combine(RSInventory inv, InterfaceComponent component, int index)static ItemItem. direct(boolean forceComponent, RSInventory inv, InterfaceComponent component)static ItemItem. direct(RSInventory inv, InterfaceComponent component)static ItemItem. from(InterfaceComponent component)static ItemQuiver. getAmmunition()static ItemItem. getTableElement(InterfaceComponent component, int index)static ItemItem. parent(RSInventory inv, InterfaceComponent component)static ItemItem. unbound(int index, int id, int stackSize)Methods in org.rspeer.game.component that return types with arguments of type Item Modifier and Type Method Description Consumer<Item>InventoryType. getFunction()Method parameters in org.rspeer.game.component with type arguments of type Item Modifier and Type Method Description static booleanDepositBox. deposit(Function<ItemQuery,Item> function, int amount)booleanProduction. initiate(Function<ItemQuery,Item> item)static booleanTrade. offer(Function<ItemQuery,Item> item, int amount)Offers an item with the given amount.static booleanTrade. remove(Function<ItemQuery,Item> item, int amount)Removes an item with the given amount.voidItem. setActionOverride(BiFunction<Item,String,MenuAction> actionOverride)voidItem. setActionSupplier(Function<Item,List<String>> actionSupplier) -
Uses of Item in org.rspeer.game.component.stockmarket
Method parameters in org.rspeer.game.component.stockmarket with type arguments of type Item Modifier and Type Method Description StockMarketOfferBuilderStockMarketOfferBuilder. item(Function<ItemQuery,Item> item)static booleanStockMarket.Sets. pack(Function<ItemQuery,Item> function)static booleanStockMarket.Sets. unpack(Function<ItemQuery,Item> function) -
Uses of Item in org.rspeer.game.config.item.entry
Methods in org.rspeer.game.config.item.entry with parameters of type Item Modifier and Type Method Description static booleanItemEntry. isNoteableContext(Item item) -
Uses of Item in org.rspeer.game.config.item.loadout
Methods in org.rspeer.game.config.item.loadout that return types with arguments of type Item Modifier and Type Method Description default List<Item>InventoryLoadout. getInvalidBackpackItems()default List<Item>InventoryLoadout. getInvalidEquipmentItems()default List<Item>InventoryLoadout. getInvalidItems()default List<Item>InventoryLoadout. getInvalidItems(Inventory inventory)default List<Item>InventoryLoadout. getIrrelevantItems()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Item in org.rspeer.game.event
Methods in org.rspeer.game.event that return Item Modifier and Type Method Description ItemLootEvent. getItem() -
Uses of Item in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component that return types with arguments of type Item Modifier and Type Method Description Supplier<List<Item>>ItemQuery. getDefaultProvider()Methods in org.rspeer.game.query.component with parameters of type Item Modifier and Type Method Description booleanItemQuery. test(Item item)Constructor parameters in org.rspeer.game.query.component with type arguments of type Item Constructor Description ItemQuery(Supplier<List<Item>> provider) -
Uses of Item in org.rspeer.game.query.results
Constructor parameters in org.rspeer.game.query.results with type arguments of type Item Constructor Description ItemQueryResults(Collection<Item> results) -
Uses of Item in org.rspeer.game.service.inventory
Methods in org.rspeer.game.service.inventory that return types with arguments of type Item Modifier and Type Method Description List<Item>ItemCache. getValidSlots()Iterator<Item>ItemCache. iterator()Stream<Item>ItemCache. stream() -
Uses of Item in org.rspeer.game.web.path
Methods in org.rspeer.game.web.path that return Item Modifier and Type Method Description ItemItemTeleportationEdge.ItemState. item(int... ids) -
Uses of Item in org.rspeer.game.web.util
Constructors in org.rspeer.game.web.util with parameters of type Item Constructor Description WebItem(Item item)
-