Class ExprMaxHealth

All Implemented Interfaces:
Converter<org.bukkit.entity.LivingEntity,​Number>, Debuggable, Expression<Number>, SyntaxElement

@Name("Max Health") @Description("The maximum health of an entity, e.g. 10 for a player.") @Examples({"on join:","\tset the maximum health of the player to 100","spawn a giant","set the last spawned entity\'s max health to 1000"}) @Since("2.0") @Events({"damage","death"}) public class ExprMaxHealth extends SimplePropertyExpression<org.bukkit.entity.LivingEntity,​Number>