loadEnchantment

@Since(version = "2.2")
abstract fun loadEnchantment(enchantmentName: String): LoadResponse

Attempts to load an enchantment from a given enchantmentName.

Return

the response to the action


@Since(version = "2.2")
abstract fun loadEnchantment(file: File): LoadResponse

Attempts to load an enchantment from a given file.

Return

the response to the action