Class ExprHealth

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.entity.LivingEntity,​Number>
ch.njol.skript.expressions.ExprHealth
All Implemented Interfaces:
Debuggable, Expression<Number>, SyntaxElement

@Name("Health") @Description("The health of a creature, e.g. a player, mob, villager, etc. The minimum value is 0, and the maximum is the creature\'s max health (e.g. 10 for players).") @Examples("message \"You have %health% HP left.\"") @Since("1.0") @Events("damage") public class ExprHealth extends PropertyExpression<org.bukkit.entity.LivingEntity,​Number>
  • Constructor Details

    • ExprHealth

      public ExprHealth()
  • Method Details