0.5.2
Implementation of Extra Hearts
Developer Usage:
import com.matthewperiut.accessoryapi.api.PlayerExtraHP;
...
// Try to keep extra hp in twos, doesn't render half hearts
int addHalfHearts = 2;
((PlayerExtraHP) player).setExtraHP(((PlayerExtraHP) player).getExtraHP() + addHalfHearts);