Exemplo n.º 1
0
 @Override
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(0.6D);
   getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(25.0D);
 }