Code:
Options: AttackRadius: 15
Implementation example (spigot 1.9.4, NMS v1_9_R2):
Override method a(EntityLiving) of class PathfinderGoalMeleeAttack:
Code:
protected double a(EntityLiving var1) { return (double)(this.b.width * 2.0F * this.b.width * 2.0F + var1.width); }
Code:
protected double a(EntityLiving var1) { return 15.0D; //attackRadius from mob config }