Class ExprMendingRepairAmount

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

@Name("Mending Repair Amount") @Description({"The number of durability points an item is to be repaired in a mending event."," Modifying the repair amount will affect how much experience is given to the player after mending."}) @Examples({"on item mend:","\tset the mending repair amount to 100"}) @Since("2.5.1") public class ExprMendingRepairAmount extends SimpleExpression<Long>
  • Constructor Details

    • ExprMendingRepairAmount

      public ExprMendingRepairAmount()
  • Method Details