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

@@ -10,7 +10,7 @@ public abstract class class373 implements class241 {
class409 field4226;
class373(int var1) {
} // L: 13
}
@ObfuscatedName("c")
@ObfuscatedSignature(
@@ -26,46 +26,46 @@ public abstract class class373 implements class241 {
)
public void method6778(Buffer var1) {
while (true) {
int var2 = var1.readUnsignedByte(); // L: 17
if (var2 == 0) { // L: 18
return; // L: 60
int var2 = var1.readUnsignedByte();
if (var2 == 0) {
return;
}
class369 var3 = (class369)class130.findEnumerated(Strings.method5508(), var2); // L: 19
if (var3 != null) { // L: 20
switch(var3.field4218) { // L: 21
class369 var3 = (class369)class130.findEnumerated(Strings.method5508(), var2);
if (var3 != null) {
switch(var3.field4218) {
case 1:
int var4 = var1.readUnsignedByte(); // L: 23
int var7 = class407.field4439[var4]; // L: 26
int var4 = var1.readUnsignedByte();
int var7 = class407.field4439[var4];
class409 var5;
if (var7 == 1) { // L: 27
var5 = class409.field4445; // L: 28
} else if (var7 == 2) { // L: 31
var5 = class409.field4449; // L: 32
} else if (var7 == 3) { // L: 35
var5 = class409.field4442; // L: 36
if (var7 == 1) {
var5 = class409.field4445;
} else if (var7 == 2) {
var5 = class409.field4449;
} else if (var7 == 3) {
var5 = class409.field4442;
} else {
var5 = null; // L: 39
var5 = null;
}
this.field4226 = var5; // L: 41
if (this.field4226 != null) { // L: 42
this.field4226 = var5;
if (this.field4226 != null) {
break;
}
throw new IllegalStateException("Unknown ScriptVarType ID in VarType.decode: " + var4);
case 2:
class295[] var6 = new class295[]{class295.field3791, class295.field3790, class295.field3789, class295.field3793}; // L: 49
class130.findEnumerated(var6, var1.readUnsignedByte()); // L: 51
break; // L: 52
class295[] var6 = new class295[]{class295.field3791, class295.field3790, class295.field3789, class295.field3793};
class130.findEnumerated(var6, var1.readUnsignedByte());
break;
case 3:
var1.readStringCp1252NullCircumfixed(); // L: 54
break; // L: 55
var1.readStringCp1252NullCircumfixed();
break;
default:
throw new IllegalStateException("Unrecognised VarTypeEncodingKey - " + var3); // L: 45
throw new IllegalStateException("Unrecognised VarTypeEncodingKey - " + var3);
}
} else {
this.vmethod6785(var1, var2); // L: 58
this.vmethod6785(var1, var2);
}
}
}
@@ -76,7 +76,7 @@ public abstract class class373 implements class241 {
garbageValue = "255"
)
boolean method6780() {
return this.field4226 != null; // L: 65
return this.field4226 != null;
}
@ObfuscatedName("s")
@@ -85,12 +85,12 @@ public abstract class class373 implements class241 {
garbageValue = "-56"
)
Object method6781() {
if (this.field4226 == class409.field4445) { // L: 69
return 0; // L: 70
} else if (this.field4226 == class409.field4442) { // L: 72
return -1L; // L: 73
if (this.field4226 == class409.field4445) {
return 0;
} else if (this.field4226 == class409.field4442) {
return -1L;
} else {
return this.field4226 == class409.field4449 ? "" : null; // L: 75 76 78
return this.field4226 == class409.field4449 ? "" : null;
}
}
}