LootTableModifyDropsArg

data class LootTableModifyDropsArg(val table: Holder<LootTable>, val context: LootContext, val drops: List<ItemStack>)

Constructors

Link copied to clipboard
constructor(table: Holder<LootTable>, context: LootContext, drops: List<ItemStack>)

Properties

Link copied to clipboard
val context: LootContext
Link copied to clipboard
val drops: List<ItemStack>
Link copied to clipboard
val table: Holder<LootTable>