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.integration.interop.protocol.rest.v1.game
/
ScoreboardData
Scoreboard
Data
@
JvmRecord
data
class
ScoreboardData
(
val
header
:
Component
,
val
entries
:
List
<
ScoreboardData.SidebarEntry
?
>
)
:
Record
Members
Constructors
Scoreboard
Data
Link copied to clipboard
constructor
(
header
:
Component
,
entries
:
List
<
ScoreboardData.SidebarEntry
?
>
)
Types
Companion
Link copied to clipboard
object
Companion
Sidebar
Entry
Link copied to clipboard
@
JvmRecord
data
class
SidebarEntry
(
val
name
:
Component
,
val
score
:
Component
)
:
Record
Properties
entries
Link copied to clipboard
val
entries
:
List
<
ScoreboardData.SidebarEntry
?
>
header
Link copied to clipboard
val
header
:
Component