ItemCellData

data class ItemCellData(val item: ItemStack, val chanceSpawn: Double)

One loot entry: an item and its independent chanceSpawn in 0.0..1.0.

Constructors

Link copied to clipboard
constructor(item: ItemStack, chanceSpawn: Double)

Properties

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