Class ExprEnchantments

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

@Name("Item Enchantments") @Description("All the enchantments an <a href=\'classes.html#itemtype\'>item type</a> has.") @Examples("clear enchantments of event-item") @Since("2.2-dev36") public class ExprEnchantments extends SimpleExpression<EnchantmentType>