set Health 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