Class ExprEnchantments

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

@Name("Item Enchantments") @Description("All the enchantments an <a href='#itemtype'>item type</a> has.") @Example("clear enchantments of event-item") @Since("2.2-dev36") public class ExprEnchantments extends ch.njol.skript.expressions.base.PropertyExpression<ItemType, EnchantmentType>