mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-13 01:51:37 -07:00
Major client code cleanup
This commit is contained in:
parent
9b97a8799a
commit
9a3d79abf0
235 changed files with 29482 additions and 29717 deletions
|
|
@ -2,58 +2,59 @@ package org.runite.client;
|
|||
|
||||
final class Class133 {
|
||||
|
||||
private byte aByte1742;
|
||||
static int[] anIntArray1743 = new int[25];
|
||||
int anInt1746;
|
||||
int anInt1747;
|
||||
static int anInt1748;
|
||||
int anInt1750;
|
||||
int anInt1752;
|
||||
static int anInt1753;
|
||||
static int anInt1754;
|
||||
static int[] inputTextCodeArray = new int[128];
|
||||
int anInt1757;
|
||||
static int[] anIntArray1743 = new int[25];
|
||||
static int anInt1748;
|
||||
static int anInt1753;
|
||||
static int anInt1754;
|
||||
static int[] inputTextCodeArray = new int[128];
|
||||
int anInt1746;
|
||||
int anInt1747;
|
||||
int anInt1750;
|
||||
int anInt1752;
|
||||
int anInt1757;
|
||||
private byte aByte1742;
|
||||
|
||||
|
||||
static void method1803() {
|
||||
try {
|
||||
Class82.aReferenceCache_1146.clearSoftReferences();
|
||||
Class159.aReferenceCache_2016.clearSoftReferences();
|
||||
} catch (RuntimeException var2) {
|
||||
throw ClientErrorException.clientError(var2, "sg.D(" + (byte) 22 + ')');
|
||||
}
|
||||
}
|
||||
public Class133() {
|
||||
}
|
||||
|
||||
final int method1804() {
|
||||
try {
|
||||
Class133(DataBuffer var1) {
|
||||
try {
|
||||
this.aByte1742 = var1.readSignedByte();
|
||||
this.anInt1752 = var1.readUnsignedShort();
|
||||
this.anInt1757 = var1.readInt();
|
||||
this.anInt1747 = var1.readInt();
|
||||
this.anInt1746 = var1.readInt();
|
||||
this.anInt1750 = var1.readInt();
|
||||
} catch (RuntimeException var3) {
|
||||
throw ClientErrorException.clientError(var3, "sg.<init>(" + (var1 != null ? "{...}" : "null") + ')');
|
||||
}
|
||||
}
|
||||
|
||||
return this.aByte1742 & 7;
|
||||
} catch (RuntimeException var3) {
|
||||
throw ClientErrorException.clientError(var3, "sg.B(" + false + ')');
|
||||
}
|
||||
}
|
||||
static void method1803() {
|
||||
try {
|
||||
Class82.aReferenceCache_1146.clearSoftReferences();
|
||||
Class159.aReferenceCache_2016.clearSoftReferences();
|
||||
} catch (RuntimeException var2) {
|
||||
throw ClientErrorException.clientError(var2, "sg.D(" + (byte) 22 + ')');
|
||||
}
|
||||
}
|
||||
|
||||
final int method1805() {
|
||||
try {
|
||||
return 8 != (this.aByte1742 & 8)?0:1;
|
||||
} catch (RuntimeException var3) {
|
||||
throw ClientErrorException.clientError(var3, "sg.C(" + (byte) -33 + ')');
|
||||
}
|
||||
}
|
||||
final int method1804() {
|
||||
try {
|
||||
|
||||
public Class133() {}
|
||||
return this.aByte1742 & 7;
|
||||
} catch (RuntimeException var3) {
|
||||
throw ClientErrorException.clientError(var3, "sg.B(" + false + ')');
|
||||
}
|
||||
}
|
||||
|
||||
Class133(DataBuffer var1) {
|
||||
try {
|
||||
this.aByte1742 = var1.readSignedByte();
|
||||
this.anInt1752 = var1.readUnsignedShort();
|
||||
this.anInt1757 = var1.readInt();
|
||||
this.anInt1747 = var1.readInt();
|
||||
this.anInt1746 = var1.readInt();
|
||||
this.anInt1750 = var1.readInt();
|
||||
} catch (RuntimeException var3) {
|
||||
throw ClientErrorException.clientError(var3, "sg.<init>(" + (var1 != null?"{...}":"null") + ')');
|
||||
}
|
||||
}
|
||||
final int method1805() {
|
||||
try {
|
||||
return 8 != (this.aByte1742 & 8) ? 0 : 1;
|
||||
} catch (RuntimeException var3) {
|
||||
throw ClientErrorException.clientError(var3, "sg.C(" + (byte) -33 + ')');
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue