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 Item
RSStockMarketTransaction. 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 Item
ItemAction. 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 Item
InterfaceComponent. getItem()
Item
StockMarketTransaction. 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 Item
Equipment. getItemAt(Equipment.Slot slot)
static Item
Inventory. getSelectedItem()
Methods in org.rspeer.game.adapter.component.inventory with parameters of type Item Modifier and Type Method Description boolean
Backpack. 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 boolean
Bank. deposit(Function<ItemQuery,Item> function, int amount)
ItemQueryResults
Inventory. getItems(Predicate<Item> predicate)
static ItemQueryResults
Shop. getItems(Predicate<Item> predicate)
boolean
Backpack. use(Function<ItemQuery,Item> functionA, Function<ItemQuery,Item> functionB)
boolean
Backpack. use(Function<ItemQuery,Item> function, Interactable target)
boolean
Bank. withdraw(Function<ItemQuery,Item> function, int amount)
boolean
Bank. 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 Item
Item. combine(RSInventory inv, InterfaceComponent component, int index)
static Item
Item. direct(boolean forceComponent, RSInventory inv, InterfaceComponent component)
static Item
Item. direct(RSInventory inv, InterfaceComponent component)
static Item
Item. from(InterfaceComponent component)
static Item
Item. getTableElement(InterfaceComponent component, int index)
static Item
Item. parent(RSInventory inv, InterfaceComponent component)
static Item
Item. 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 boolean
DepositBox. deposit(Function<ItemQuery,Item> function, int amount)
boolean
Production. initiate(Function<ItemQuery,Item> item)
static boolean
Trade. offer(Function<ItemQuery,Item> item, int amount)
static boolean
Trade. remove(Function<ItemQuery,Item> item, int amount)
void
Item. setActionOverride(BiFunction<Item,String,MenuAction> actionOverride)
void
Item. 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 StockMarketOfferBuilder
StockMarketOfferBuilder. item(Function<ItemQuery,Item> item)
static boolean
StockMarket.Sets. pack(Function<ItemQuery,Item> function)
static boolean
StockMarket.Sets. unpack(Function<ItemQuery,Item> function)
-
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(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 Item
LootEvent. 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 boolean
ItemQuery. 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 Item
ItemTeleportationEdge.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)
-