package net.minecraft.client.renderer.entity.state; public class WitherRenderState extends LivingEntityRenderState { public final float[] xHeadRots = new float[2]; public final float[] yHeadRots = new float[2]; public float invulnerableTicks; public boolean isPowered; }