update client to rev 183

This commit is contained in:
ThatGamerBlue
2019-09-12 14:00:01 +01:00
parent 0446151736
commit 12c08b271a
342 changed files with 41159 additions and 41468 deletions

View File

@@ -4,41 +4,30 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lh")
@ObfuscatedName("lr")
@Implements("Bounds")
public class Bounds {
@ObfuscatedName("p")
@ObfuscatedSignature(
signature = "Lbt;"
)
@Export("loginScreenRunesAnimation")
static LoginScreenAnimation loginScreenRunesAnimation;
@ObfuscatedName("fv")
@ObfuscatedSignature(
signature = "Lkg;"
)
static AbstractSocket field3845;
@ObfuscatedName("s")
@ObfuscatedName("c")
@ObfuscatedGetter(
intValue = 927119221
intValue = -242928427
)
@Export("lowX")
public int lowX;
@ObfuscatedName("j")
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = 1883471895
intValue = -1412221703
)
@Export("lowY")
public int lowY;
@ObfuscatedName("i")
@ObfuscatedName("t")
@ObfuscatedGetter(
intValue = 482662949
intValue = -1383178295
)
@Export("highX")
public int highX;
@ObfuscatedName("k")
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = 1342895921
intValue = -647845267
)
@Export("highY")
public int highY;
@@ -52,10 +41,10 @@ public class Bounds {
this(0, 0, var1, var2);
}
@ObfuscatedName("s")
@ObfuscatedName("c")
@ObfuscatedSignature(
signature = "(IIB)V",
garbageValue = "-92"
signature = "(IIS)V",
garbageValue = "23378"
)
@Export("setLow")
public void setLow(int var1, int var2) {
@@ -63,10 +52,10 @@ public class Bounds {
this.lowY = var2;
}
@ObfuscatedName("j")
@ObfuscatedName("x")
@ObfuscatedSignature(
signature = "(III)V",
garbageValue = "638104028"
garbageValue = "-361054840"
)
@Export("setHigh")
public void setHigh(int var1, int var2) {
@@ -74,22 +63,22 @@ public class Bounds {
this.highY = var2;
}
@ObfuscatedName("i")
@ObfuscatedName("t")
@ObfuscatedSignature(
signature = "(Llh;Llh;B)V",
garbageValue = "15"
signature = "(Llr;Llr;S)V",
garbageValue = "3042"
)
public void method5846(Bounds var1, Bounds var2) {
this.method5867(var1, var2);
this.method5848(var1, var2);
public void method5948(Bounds var1, Bounds var2) {
this.method5936(var1, var2);
this.method5938(var1, var2);
}
@ObfuscatedName("k")
@ObfuscatedName("g")
@ObfuscatedSignature(
signature = "(Llh;Llh;I)V",
garbageValue = "-157171607"
signature = "(Llr;Llr;I)V",
garbageValue = "1943311297"
)
void method5867(Bounds var1, Bounds var2) {
void method5936(Bounds var1, Bounds var2) {
var2.lowX = this.lowX;
var2.highX = this.highX;
if (this.lowX < var1.lowX) {
@@ -97,8 +86,8 @@ public class Bounds {
var2.lowX = var1.lowX;
}
if (var2.method5847() > var1.method5847()) {
var2.highX -= var2.method5847() - var1.method5847();
if (var2.method5947() > var1.method5947()) {
var2.highX -= var2.method5947() - var1.method5947();
}
if (var2.highX < 0) {
@@ -107,12 +96,12 @@ public class Bounds {
}
@ObfuscatedName("u")
@ObfuscatedName("l")
@ObfuscatedSignature(
signature = "(Llh;Llh;I)V",
garbageValue = "-2140694621"
signature = "(Llr;Llr;B)V",
garbageValue = "0"
)
void method5848(Bounds var1, Bounds var2) {
void method5938(Bounds var1, Bounds var2) {
var2.lowY = this.lowY;
var2.highY = this.highY;
if (this.lowY < var1.lowY) {
@@ -120,8 +109,8 @@ public class Bounds {
var2.lowY = var1.lowY;
}
if (var2.method5842() > var1.method5842()) {
var2.highY -= var2.method5842() - var1.method5842();
if (var2.method5940() > var1.method5940()) {
var2.highY -= var2.method5940() - var1.method5940();
}
if (var2.highY < 0) {
@@ -130,47 +119,37 @@ public class Bounds {
}
@ObfuscatedName("n")
@ObfuscatedName("u")
@ObfuscatedSignature(
signature = "(I)I",
garbageValue = "134601683"
garbageValue = "-241231712"
)
int method5847() {
int method5947() {
return this.highX + this.lowX;
}
@ObfuscatedName("t")
@ObfuscatedName("j")
@ObfuscatedSignature(
signature = "(I)I",
garbageValue = "-901412341"
garbageValue = "-1659278045"
)
int method5842() {
int method5940() {
return this.highY + this.lowY;
}
public String abb() {
return null;
}
public String abd() {
return null;
}
public String toString() {
return null;
}
@ObfuscatedName("x")
@ObfuscatedSignature(
signature = "(I)Lfs;",
garbageValue = "-2037238373"
)
@Export("newClock")
public static Clock newClock() {
try {
return new NanoClock();
} catch (Throwable var1) {
return new MilliClock();
}
public String aan() {
return null;
}
public String aai() {
return null;
}
public String aar() {
return null;
}
}