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

@@ -27,8 +27,8 @@ public class class398 implements class397 {
descriptor = "(Lpq;)V"
)
public class398(class425 var1) {
this.field4394 = var1; // L: 15
} // L: 16
this.field4394 = var1;
}
@ObfuscatedName("c")
@ObfuscatedSignature(
@@ -36,14 +36,14 @@ public class class398 implements class397 {
garbageValue = "233631954"
)
public int vmethod7128(int var1) {
if (this.field4396 != null) { // L: 20
class426 var2 = (class426)this.field4396.get(var1); // L: 21
if (this.field4396 != null) {
class426 var2 = (class426)this.field4396.get(var1);
if (var2 != null) {
return (Integer)var2.field4537; // L: 22
return (Integer)var2.field4537;
}
}
return (Integer)this.field4394.vmethod7625(var1); // L: 24
return (Integer)this.field4394.vmethod7625(var1);
}
@ObfuscatedName("b")
@@ -52,21 +52,21 @@ public class class398 implements class397 {
garbageValue = "3016419"
)
public void vmethod7129(int var1, Object var2) {
if (this.field4396 == null) { // L: 29
this.field4396 = new HashMap(); // L: 30
this.field4396.put(var1, new class426(var1, var2)); // L: 31
if (this.field4396 == null) {
this.field4396 = new HashMap();
this.field4396.put(var1, new class426(var1, var2));
} else {
class426 var3 = (class426)this.field4396.get(var1); // L: 34
class426 var3 = (class426)this.field4396.get(var1);
if (var3 == null) {
this.field4396.put(var1, new class426(var1, var2)); // L: 35
this.field4396.put(var1, new class426(var1, var2));
} else {
var3.field4537 = var2; // L: 36
var3.field4537 = var2;
}
}
} // L: 38
}
public Iterator iterator() {
return this.field4396 == null ? Collections.emptyList().iterator() : this.field4396.values().iterator(); // L: 42 43
return this.field4396 == null ? Collections.emptyList().iterator() : this.field4396.values().iterator();
}
}