protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(20.0D);
   this.getEntityAttribute(SharedMonsterAttributes.followRange).setBaseValue(32.0D);
   this.getEntityAttribute(SharedMonsterAttributes.knockbackResistance).setBaseValue(0.0D);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.25D);
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(3.0D);
 }