LootItem

data class LootItem(val item: ItemStack, val chance: Double, val amount: IntRange)

Constructors

Link copied to clipboard
constructor(item: ItemStack, chance: Double, amount: IntRange)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val item: ItemStack