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
/
InsufficientChargedItemError
Insufficient
Charged
Item
Error
data
class
InsufficientChargedItemError
(
val
slot
:
Equipment.Slot
,
val
itemBaseName
:
String
,
val
minCharge
:
Int
)
:
BankTaskError
Members
Constructors
Insufficient
Charged
Item
Error
Link copied to clipboard
constructor
(
slot
:
Equipment.Slot
,
itemBaseName
:
String
,
minCharge
:
Int
)
Properties
item
Base
Name
Link copied to clipboard
val
itemBaseName
:
String
min
Charge
Link copied to clipboard
val
minCharge
:
Int
slot
Link copied to clipboard
val
slot
:
Equipment.Slot