toggle menu
nova-parent
0.17-alpha.34
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.world.loot
/
LootItem
Loot
Item
data
class
LootItem
(
val
item
:
ItemStack
,
val
chance
:
Double
,
val
amount
:
IntRange
)
Members
Constructors
Loot
Item
Link copied to clipboard
constructor
(
item
:
ItemStack
,
chance
:
Double
,
amount
:
IntRange
)
Properties
amount
Link copied to clipboard
val
amount
:
IntRange
chance
Link copied to clipboard
val
chance
:
Double
item
Link copied to clipboard
val
item
:
ItemStack