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
/
AdvancementRewards
Advancement
Rewards
@
Serializable
data
class
AdvancementRewards
(
var
experience
:
Int
=
0
,
var
recipes
:
MutableList
<
String
>
=
mutableListOf()
,
var
loot
:
MutableList
<
String
>
=
mutableListOf()
)
Members
Constructors
Advancement
Rewards
Link copied to clipboard
constructor
(
experience
:
Int
=
0
,
recipes
:
MutableList
<
String
>
=
mutableListOf()
,
loot
:
MutableList
<
String
>
=
mutableListOf()
)
Properties
experience
Link copied to clipboard
var
experience
:
Int
loot
Link copied to clipboard
var
loot
:
MutableList
<
String
>
eg. ``"minecraft:blocks/acacia_door"`
recipes
Link copied to clipboard
var
recipes
:
MutableList
<
String
>
eg. ``"minecraft:acacia_shelf"`