Uses of Class
dev.twilite.game.wrapper.Item
Packages that use Item
Package
Description
-
Uses of Item in dev.twilite.game.common
Method parameters in dev.twilite.game.common with type arguments of type Item -
Uses of Item in dev.twilite.game.facade
Methods in dev.twilite.game.facade that return types with arguments of type ItemModifier and TypeMethodDescriptionEquipment.item(int... ids) Returns an Optional containing the first equipped item matching any of the specified IDs.Equipment.item(EquipmentSlot slot) Returns the item currently equipped in the specified slot.Inventory.item(int... ids) Returns an Optional containing the first matching item from the inventory.Method parameters in dev.twilite.game.facade with type arguments of type ItemModifier and TypeMethodDescriptionstatic voidDeposits an item selected from the bank-side inventory view.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 Item in dev.twilite.game.loadout
Methods in dev.twilite.game.loadout that return types with arguments of type ItemModifier and TypeMethodDescriptionLoadoutItem.bankedItem()Returns the first matching banked item.LoadoutItem.carriedItem()Returns the first matching carried item.LoadoutItem.carriedItem(boolean forceInventoryInterface) Returns the first matching carried item.InventoryLoadout.foreign()Returns carried inventory items that are not part of this loadout. -
Uses of Item in dev.twilite.game.stream
Constructor parameters in dev.twilite.game.stream with type arguments of type Item -
Uses of Item in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return types with arguments of type ItemModifier and TypeMethodDescriptionGrandExchangeOffer.item()Returns the offered item stack when available.Constructor parameters in dev.twilite.game.wrapper with type arguments of type ItemModifierConstructorDescriptionItem(int id, int stackSize, int slot, Function<Item, Optional<IfComponent>> componentFunction)