setHealthScale

public abstract void setHealthScale(double scale)

Sets the number to scale health to for the client; this will also setHealthScaled(true).

Displayed health follows getClassById simple formula displayedHealth = getHealth() / getMaxHealth() * getHealthScale().

Parameters

scale

the number to scale health to

Throws

if scale is too high