Class ExprEnchantingExpCost

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

@Name("Enchanting Experience Cost") @Description({"The cost of enchanting in an enchant event.","This is number that was displayed in the enchantment table, not the actual number of levels removed."}) @Examples({"on enchant:","\tsend \"Cost: %the displayed enchanting cost%\" to player"}) @Events("enchant") @Since("2.5") public class ExprEnchantingExpCost extends SimpleExpression<Long>
  • Constructor Details

    • ExprEnchantingExpCost

      public ExprEnchantingExpCost()
  • Method Details