protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(baseSpeed);
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(baseHealth);
   this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(baseDamage);
 }