Class ExprAppliedEnchantments

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<EnchantmentType>
ch.njol.skript.expressions.ExprAppliedEnchantments
All Implemented Interfaces:
Debuggable, Expression<EnchantmentType>, SyntaxElement

@Name("Applied Enchantments") @Description({"The applied enchantments in an enchant event."," Deleting or removing the applied enchantments will prevent the item\'s enchantment."}) @Examples({"on enchant:","\tset the applied enchantments to sharpness 10 and fire aspect 5"}) @Events("enchant") @Since("2.5") public class ExprAppliedEnchantments extends SimpleExpression<EnchantmentType>