Class ExprEnchantItem

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

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