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
/
ShopConfig
Shop
Config
data
class
ShopConfig
(
val
traderTitles
:
List
<
String
>
,
val
initialCategorySlot
:
Int
,
val
itemsWithTiers
:
Map
<
String
,
List
<
String
>
>
?
=
emptyMap()
,
val
elements
:
List
<
ShopElement
>
)
Members
Constructors
Shop
Config
Link copied to clipboard
constructor
(
traderTitles
:
List
<
String
>
,
initialCategorySlot
:
Int
,
itemsWithTiers
:
Map
<
String
,
List
<
String
>
>
?
=
emptyMap()
,
elements
:
List
<
ShopElement
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
elements
Link copied to clipboard
val
elements
:
List
<
ShopElement
>
initial
Category
Slot
Link copied to clipboard
val
initialCategorySlot
:
Int
items
With
Tiers
Link copied to clipboard
val
itemsWithTiers
:
Map
<
String
,
List
<
String
>
>
?
trader
Titles
Link copied to clipboard
val
traderTitles
:
List
<
String
>