project: Rev 202

This commit is contained in:
Owain van Brakel
2021-12-14 18:20:58 +01:00
parent e974585ce8
commit 7c7bf0901a
406 changed files with 39725 additions and 39842 deletions

View File

@@ -34,20 +34,20 @@ public class class20 implements Callable {
descriptor = "(Lg;Lo;)V"
)
class20(class14 var1, class10 var2) {
this.this$0 = var1; // L: 46
this.field110 = var2; // L: 47
} // L: 48
this.this$0 = var1;
this.field110 = var2;
}
public Object call() throws Exception {
try {
while (this.field110.method105()) { // L: 53
Bounds.method6608(10L); // L: 54
while (this.field110.method105()) {
Bounds.method6608(10L);
}
} catch (IOException var2) { // L: 57
return new class21("Error servicing REST query: " + var2.getMessage()); // L: 58
} catch (IOException var2) {
return new class21("Error servicing REST query: " + var2.getMessage());
}
return this.field110.method106(); // L: 60
return this.field110.method106();
}
@ObfuscatedName("c")
@@ -56,7 +56,7 @@ public class class20 implements Callable {
garbageValue = "-76614425"
)
public static boolean method332(int var0) {
return (var0 & 1) != 0; // L: 9
return (var0 & 1) != 0;
}
@ObfuscatedName("ke")
@@ -66,8 +66,8 @@ public class class20 implements Callable {
)
@Export("updateSoundEffectVolume")
static final void updateSoundEffectVolume(int var0) {
var0 = Math.min(Math.max(var0, 0), 127); // L: 12149
SecureRandomFuture.clientPreferences.soundEffectsVolume = var0; // L: 12150
class127.savePreferences(); // L: 12151
} // L: 12152
var0 = Math.min(Math.max(var0, 0), 127);
SecureRandomFuture.clientPreferences.soundEffectsVolume = var0;
class127.savePreferences();
}
}