Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.tasks
/
InsufficientEquipmentError
Insufficient
Equipment
Error
data
class
InsufficientEquipmentError
(
val
slot
:
Equipment.Slot
,
val
itemId
:
Int
,
val
requiredAmt
:
Int
,
val
actualAmt
:
Int
)
:
BankTaskError
Members
Constructors
Insufficient
Equipment
Error
Link copied to clipboard
constructor
(
slot
:
Equipment.Slot
,
itemId
:
Int
,
requiredAmt
:
Int
,
actualAmt
:
Int
)
Properties
actual
Amt
Link copied to clipboard
val
actualAmt
:
Int
item
Id
Link copied to clipboard
val
itemId
:
Int
required
Amt
Link copied to clipboard
val
requiredAmt
:
Int
slot
Link copied to clipboard
val
slot
:
Equipment.Slot