Equipment

object Equipment

Equipment A utility class for interacting with worn items on the player.

Types

Slot
Link copied to clipboard
enum Slot : Enum<Equipment.Slot>

An enumeration of equipment slots.

Functions

get
Link copied to clipboard
fun get(predicate: Predicate<Item>? = null): List<Item>

{@inheritDoc}

itemAt
Link copied to clipboard
fun itemAt(slot: Equipment.Slot): Item

Returns the org.powerbot.script.rt4.Item at the spcified Slot.

nil
Link copied to clipboard
fun nil(): Item

{@inheritDoc}

open
Link copied to clipboard
fun open(): Boolean
opened
Link copied to clipboard
fun opened(): Boolean
stream
Link copied to clipboard
fun stream(): EquipmentItemStream

{@inheritDoc}