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 void func_98260_a() { try { List var1 = this.field_98262_a.func_96382_a().field_96430_d; this.func_101018_a(var1); McoServerList.func_98247_a(this.field_98261_b, var1); } catch (ExceptionMcoService var2) {; } catch (IOException var3) { System.err.println(var3); } }
public void run() { if (!McoServerList.func_98249_b(this.field_98261_b)) { this.func_98260_a(); } }
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)); }