private void func_101018_a(List p_101018_1_) {
   Collections.sort(
       p_101018_1_,
       new TimerTaskMcoServerListUpdateComparator(
           this,
           McoServerList.func_100014_a(this.field_98261_b).field_74286_b,
           (McoServerListINNER1) null));
 }
 private TimerTaskMcoServerListUpdate(McoServerList p_i11000_1_) {
   this.field_98261_b = p_i11000_1_;
   this.field_98262_a = new McoClient(McoServerList.func_100014_a(this.field_98261_b));
 }