toggle menu
kord-extensions
2.4.1-SNAPSHOT
jvm
switch theme
search in API
func-minecraft
/
dev.kordex.modules.func.minecraft
/
PatchNote
Patch
Note
@
Serializable
data
class
PatchNote
(
val
body
:
String
,
val
id
:
String
,
val
image
:
PatchNoteImage
,
val
title
:
String
,
val
type
:
String
,
val
version
:
String
)
Members
Constructors
Patch
Note
Link copied to clipboard
constructor
(
body
:
String
,
id
:
String
,
image
:
PatchNoteImage
,
title
:
String
,
type
:
String
,
version
:
String
)
Properties
body
Link copied to clipboard
val
body
:
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