Class ExprEnchantItem

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

@Name("Enchant Item") @Description({"The enchant item in an enchant prepare event or enchant event.","It can be modified, but enchantments will still be applied in the enchant event."}) @Examples({"on enchant:","\tset the enchanted item to a diamond chestplate","on enchant prepare:","\tset the enchant item to a wooden sword"}) @Events({"enchant prepare","enchant"}) @Since("2.5") public class ExprEnchantItem extends SimpleExpression<ItemType>