this.entity = entity;
trackEntries = EntityTrackHandler.getTrackersForEntity(entity);
circle1 = new RenderTargetCircle();
circle2 = new RenderTargetCircle();
if(entity instanceof EntityLiving && EntityUtils.getLivingDropID((EntityLiving)entity) != null) {
stat = new GuiAnimatedStat(null, entity.getCommandSenderName(), new ItemStack(EntityUtils.getLivingDropID((EntityLiving)entity), 1, 0), 20, -20, 0x3000AA00, null, false);
} else {
stat = new GuiAnimatedStat(null, entity.getCommandSenderName(), "", 20, -20, 0x3000AA00, null, false);
}
stat.setMinDimensionsAndReset(0, 0);
}