MCDSL
0.1.0-SNAPSHOT
jvm
MCDSL
/
com.zacklukem.mcdsl.data
/
Advancement
/
Rewards
Rewards
@
Serializable
data
class
Rewards
(
val
recipes
:
List
<
String
>
=
listOf()
,
val
loot
:
List
<
String
>
=
listOf()
,
val
experience
:
Int
=
0
,
val
function
:
String
?
=
null
)
(
source
)
Members
Constructors
Rewards
Link copied to clipboard
constructor
(
recipes
:
List
<
String
>
=
listOf()
,
loot
:
List
<
String
>
=
listOf()
,
experience
:
Int
=
0
,
function
:
String
?
=
null
)
Properties
experience
Link copied to clipboard
val
experience
:
Int
=
0
function
Link copied to clipboard
val
function
:
String
?
=
null
loot
Link copied to clipboard
val
loot
:
List
<
String
>
recipes
Link copied to clipboard
val
recipes
:
List
<
String
>