LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.features.module.modules.player.autoshop.serializable
/
ShopElement
Shop
Element
data
class
ShopElement
(
val
item
:
ItemInfo
,
val
amountPerClick
:
Int
=
1
,
val
categorySlot
:
Int
,
val
itemSlot
:
Int
,
val
price
:
ItemInfo
,
val
purchaseConditions
:
ConditionNode
?
=
null
)
Members
Constructors
Shop
Element
Link copied to clipboard
constructor
(
item
:
ItemInfo
,
amountPerClick
:
Int
=
1
,
categorySlot
:
Int
,
itemSlot
:
Int
,
price
:
ItemInfo
,
purchaseConditions
:
ConditionNode
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
amount
Per
Click
Link copied to clipboard
val
amountPerClick
:
Int
category
Slot
Link copied to clipboard
val
categorySlot
:
Int
item
Link copied to clipboard
val
item
:
ItemInfo
item
Slot
Link copied to clipboard
val
itemSlot
:
Int
price
Link copied to clipboard
val
price
:
ItemInfo
purchase
Conditions
Link copied to clipboard
val
purchaseConditions
:
ConditionNode
?