AllowEnchantingArg

data class AllowEnchantingArg(val enchantment: Holder<Enchantment>, val target: ItemStack, val context: EnchantingContext)

Constructors

Link copied to clipboard
constructor(enchantment: Holder<Enchantment>, target: ItemStack, context: EnchantingContext)

Properties

Link copied to clipboard
val context: EnchantingContext
Link copied to clipboard
val enchantment: Holder<Enchantment>
Link copied to clipboard
val target: ItemStack