custom
Toggle table of contents
0.3.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
custom
custom
/
net.crystopia.crystalshard.paper.custom.advancements.models.rewards
Package-level
declarations
Types
Types
Advancement
Rewards
Link copied to clipboard
@
Serializable
data
class
AdvancementRewards
(
var
experience
:
Int
=
0
,
var
recipes
:
MutableList
<
String
>
=
mutableListOf()
,
var
loot
:
MutableList
<
String
>
=
mutableListOf()
)