Class ExprEnchantmentOfferCost

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<F,​T>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.enchantments.EnchantmentOffer,​Long>
ch.njol.skript.expressions.ExprEnchantmentOfferCost
All Implemented Interfaces:
Converter<org.bukkit.enchantments.EnchantmentOffer,​Long>, Debuggable, Expression<Long>, SyntaxElement

@Name("Enchantment Offer Enchantment Cost") @Description({"The cost of an enchantment offer. This is displayed to the right of an enchantment offer."," If the cost is changed, it will always be at least 1."," This changes how many levels are required to enchant, but does not change the number of levels removed."," To change the number of levels removed, use the enchant event."}) @Examples("set cost of enchantment offer 1 to 50") @Since("2.5") @RequiredPlugins("1.11 or newer") public class ExprEnchantmentOfferCost extends SimplePropertyExpression<org.bukkit.enchantments.EnchantmentOffer,​Long>