Class ExprHealAmount

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

@Name("Heal Amount") @Description("The amount of health healed in a healing event.") @Examples({"increase heal amount by 2","remove 0.5 from heal amount"}) @Since("2.5.1") @Events("heal") public class ExprHealAmount extends SimpleExpression<Number>
  • Constructor Details

    • ExprHealAmount

      public ExprHealAmount()
  • Method Details