Class ExprAppliedEnchantments

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<EnchantmentType>
org.skriptlang.skript.bukkit.enchantments.elements.expressions.ExprAppliedEnchantments
All Implemented Interfaces:
Debuggable, EventRestrictedSyntax, Expression<EnchantmentType>, Loopable<EnchantmentType>, Simplifiable<Expression<? extends EnchantmentType>>, SyntaxElement, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

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