// $FF: synthetic method
 static String func_74009_a(GuiMultiplayer p_74009_0_, String p_74009_1_) {
   return p_74009_0_.field_74032_v = p_74009_1_;
 }
 // $FF: synthetic method
 static void func_74013_a(GuiMultiplayer p_74013_0_, ServerData p_74013_1_) throws IOException {
   p_74013_0_.func_74017_b(p_74013_1_);
 }
 // $FF: synthetic method
 static int func_74015_a(GuiMultiplayer p_74015_0_, int p_74015_1_) {
   return p_74015_0_.field_74028_n = p_74015_1_;
 }
 // $FF: synthetic method
 static void func_74008_b(GuiMultiplayer p_74008_0_, int p_74008_1_) {
   p_74008_0_.func_74004_a(p_74008_1_);
 }
Esempio n. 5
0
 public static int onElementSelected(GuiMultiplayer var0, int var1) {
   return var0.selectedWorld = var1;
 }