Yeah, I meant which, as in which out of the four form the superclass should I override. I did all four, and called a specific one from the other three. Here is the one method I was talking about:
public void doRender(EntityTestBoss p_76986_1_, double p_76986_2_, double p_76986_4_, double p_76986_6_, float p_76986_8_, float p_76986_9_) {
BossStatus.setBossStatus(p_76986_1_, true);
super.doRender(p_76986_1_, p_76986_2_, p_76986_4_, p_76986_6_, p_76986_8_, p_76986_9_);
} [code]