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

@@ -41,12 +41,12 @@ public class ViewportMouse {
public static long[] ViewportMouse_entityTags;
static {
ViewportMouse_isInViewport = false; // L: 4
ViewportMouse_x = 0; // L: 5
ViewportMouse_y = 0; // L: 6
ViewportMouse_false0 = false; // L: 7
ViewportMouse_entityCount = 0; // L: 17
ViewportMouse_entityTags = new long[1000]; // L: 18
ViewportMouse_isInViewport = false;
ViewportMouse_x = 0;
ViewportMouse_y = 0;
ViewportMouse_false0 = false;
ViewportMouse_entityCount = 0;
ViewportMouse_entityTags = new long[1000];
}
@ObfuscatedName("bo")
@@ -56,28 +56,28 @@ public class ViewportMouse {
)
@Export("decompressBytes")
static final byte[] decompressBytes(byte[] var0) {
Buffer var1 = new Buffer(var0); // L: 424
int var2 = var1.readUnsignedByte(); // L: 425
int var3 = var1.readInt(); // L: 426
if (var3 < 0 || AbstractArchive.field3843 != 0 && var3 > AbstractArchive.field3843) { // L: 427
throw new RuntimeException(); // L: 428
} else if (var2 == 0) { // L: 430
byte[] var6 = new byte[var3]; // L: 431
var1.readBytes(var6, 0, var3); // L: 432
return var6; // L: 433
Buffer var1 = new Buffer(var0);
int var2 = var1.readUnsignedByte();
int var3 = var1.readInt();
if (var3 < 0 || AbstractArchive.field3843 != 0 && var3 > AbstractArchive.field3843) {
throw new RuntimeException();
} else if (var2 == 0) {
byte[] var6 = new byte[var3];
var1.readBytes(var6, 0, var3);
return var6;
} else {
int var4 = var1.readInt(); // L: 436
if (var4 >= 0 && (AbstractArchive.field3843 == 0 || var4 <= AbstractArchive.field3843)) { // L: 437
byte[] var5 = new byte[var4]; // L: 440
if (var2 == 1) { // L: 441
int var4 = var1.readInt();
if (var4 >= 0 && (AbstractArchive.field3843 == 0 || var4 <= AbstractArchive.field3843)) {
byte[] var5 = new byte[var4];
if (var2 == 1) {
BZip2Decompressor.BZip2Decompressor_decompress(var5, var4, var0, var3, 9);
} else {
AbstractArchive.gzipDecompressor.decompress(var1, var5); // L: 442
AbstractArchive.gzipDecompressor.decompress(var1, var5);
}
return var5; // L: 443
return var5;
} else {
throw new RuntimeException(); // L: 438
throw new RuntimeException();
}
}
}