toggle menu
kord-extensions
2.4.1-SNAPSHOT
jvm
switch theme
search in API
func-minecraft
/
dev.kordex.modules.func.minecraft
/
PatchNoteEntry
Patch
Note
Entry
@
Serializable
data
class
PatchNoteEntry
(
val
contentPath
:
String
,
val
id
:
String
,
val
image
:
PatchNoteImage
,
val
title
:
String
,
val
type
:
String
,
val
version
:
String
)
Members
Constructors
Patch
Note
Entry
Link copied to clipboard
constructor
(
contentPath
:
String
,
id
:
String
,
image
:
PatchNoteImage
,
title
:
String
,
type
:
String
,
version
:
String
)
Properties
content
Path
Link copied to clipboard
val
contentPath
:
String
id
Link copied to clipboard
val
id
:
String
image
Link copied to clipboard
val
image
:
PatchNoteImage
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
String
version
Link copied to clipboard
val
version
:
String