Uses of Class
org.rspeer.game.component.Item
Packages that use Item
Package
Description
-
Uses of Item in org.rspeer.game.action.tree
Methods in org.rspeer.game.action.tree that return Item -
Uses of Item in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return Item -
Uses of Item in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory that return ItemModifier and TypeMethodDescriptionEquipment.getItemAt(Equipment.Slot slot) static ItemInventory.getSelectedItem()Methods in org.rspeer.game.adapter.component.inventory with parameters of type ItemMethod parameters in org.rspeer.game.adapter.component.inventory with type arguments of type ItemModifier and TypeMethodDescriptionbooleanstatic ItemQueryResultsbooleanbooleanBackpack.use(Function<ItemQuery, Item> function, Interactable target) booleanbooleanBank.withdrawAll(Function<ItemQuery, Item> function) Constructor parameters in org.rspeer.game.adapter.component.inventory with type arguments of type ItemModifierConstructorDescriptionInventory(jag.oldscape.RSInventory provider, Inventory.Format format, Consumer<Item> function, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries) -
Uses of Item in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return types with arguments of type Item -
Uses of Item in org.rspeer.game.component
Methods in org.rspeer.game.component that return ItemModifier and TypeMethodDescriptionstatic ItemItem.combine(jag.oldscape.RSInventory inv, InterfaceComponent component, int index) static ItemItem.direct(boolean forceComponent, jag.oldscape.RSInventory inv, InterfaceComponent component) static ItemItem.direct(jag.oldscape.RSInventory inv, InterfaceComponent component) static ItemItem.from(InterfaceComponent component) static ItemQuiver.getAmmunition()static ItemItem.parent(jag.oldscape.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 ItemMethod parameters in org.rspeer.game.component with type arguments of type ItemModifier and TypeMethodDescriptionstatic booleanbooleanstatic booleanOffers an item with the given amount.static booleanRemoves 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 -
Uses of Item in org.rspeer.game.config.item.entry
Methods in org.rspeer.game.config.item.entry with parameters of type 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 ItemModifier and TypeMethodDescriptionInventoryLoadout.getInvalidBackpackItems()InventoryLoadout.getInvalidEquipmentItems()InventoryLoadout.getInvalidItems()InventoryLoadout.getInvalidItems(Inventory inventory) InventoryLoadout.getIrrelevantItems()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Item in org.rspeer.game.query.component
Subclasses with type arguments of type Item in org.rspeer.game.query.componentMethods in org.rspeer.game.query.component that return types with arguments of type ItemMethods in org.rspeer.game.query.component with parameters of type ItemConstructor parameters in org.rspeer.game.query.component with type arguments of type Item -
Uses of Item in org.rspeer.game.query.results
Subclasses with type arguments of type Item in org.rspeer.game.query.resultsConstructor parameters in org.rspeer.game.query.results with type arguments of type Item -
Uses of Item in org.rspeer.game.service.combat
Methods in org.rspeer.game.service.combat that return types with arguments of type ItemConstructor parameters in org.rspeer.game.service.combat with type arguments of type ItemModifierConstructorDescriptionAttack(CombatEventSource eventSource, PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot, Item> equipmentSnapshot) Debuff(PathingEntity<?> source, PathingEntity<?> target, int animation, int tick, Map<Equipment.Slot, Item> equipmentSnapshot, DebuffType type) -
Uses of Item in org.rspeer.game.service.inventory
Classes in org.rspeer.game.service.inventory that implement interfaces with type arguments of type ItemMethods in org.rspeer.game.service.inventory that return types with arguments of type Item -
Uses of Item in org.rspeer.game.service.telemetry.model.item
Methods in org.rspeer.game.service.telemetry.model.item that return Item -
Uses of Item in org.rspeer.game.web.path
Methods in org.rspeer.game.web.path that return Item -
Uses of Item in org.rspeer.game.web.util
Constructors in org.rspeer.game.web.util with parameters of type Item