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.fun.notebot.nbs
/
SongData
Song
Data
data
class
SongData
(
val
name
:
String
,
val
nbs
:
NbsData
,
val
notesByTick
:
Map
<
Int
,
List
<
NbsNoteBlock
>
>
,
val
songTickLength
:
Int
,
val
songTicksPerGameTick
:
Float
)
Members
Constructors
Song
Data
Link copied to clipboard
constructor
(
name
:
String
,
nbs
:
NbsData
,
notesByTick
:
Map
<
Int
,
List
<
NbsNoteBlock
>
>
,
songTickLength
:
Int
,
songTicksPerGameTick
:
Float
)
Properties
name
Link copied to clipboard
val
name
:
String
The original name of file.
nbs
Link copied to clipboard
val
nbs
:
NbsData
notes
By
Tick
Link copied to clipboard
val
notesByTick
:
Map
<
Int
,
List
<
NbsNoteBlock
>
>
song
Tick
Length
Link copied to clipboard
val
songTickLength
:
Int
song
Ticks
Per
Game
Tick
Link copied to clipboard
val
songTicksPerGameTick
:
Float