project: Rev update

This commit is contained in:
Owain van Brakel
2019-11-28 16:31:53 +01:00
parent 34f8560da9
commit 74726ae17a
343 changed files with 41411 additions and 41094 deletions

View File

@@ -4,30 +4,30 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ls")
@ObfuscatedName("lw")
@Implements("Bounds")
public class Bounds {
@ObfuscatedName("a")
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = -1735724601
intValue = -460052355
)
@Export("lowX")
public int lowX;
@ObfuscatedName("t")
@ObfuscatedName("f")
@ObfuscatedGetter(
intValue = -701395687
intValue = -2012134471
)
@Export("lowY")
public int lowY;
@ObfuscatedName("n")
@ObfuscatedName("b")
@ObfuscatedGetter(
intValue = -825003219
intValue = -295033527
)
@Export("highX")
public int highX;
@ObfuscatedName("q")
@ObfuscatedName("g")
@ObfuscatedGetter(
intValue = 1589322753
intValue = 168990255
)
@Export("highY")
public int highY;
@@ -41,10 +41,10 @@ public class Bounds {
this(0, 0, var1, var2);
}
@ObfuscatedName("a")
@ObfuscatedName("u")
@ObfuscatedSignature(
signature = "(IIB)V",
garbageValue = "0"
signature = "(III)V",
garbageValue = "2660177"
)
@Export("setLow")
public void setLow(int var1, int var2) {
@@ -52,10 +52,10 @@ public class Bounds {
this.lowY = var2;
}
@ObfuscatedName("t")
@ObfuscatedName("f")
@ObfuscatedSignature(
signature = "(IIB)V",
garbageValue = "-111"
signature = "(III)V",
garbageValue = "-2094067134"
)
@Export("setHigh")
public void setHigh(int var1, int var2) {
@@ -63,22 +63,22 @@ public class Bounds {
this.highY = var2;
}
@ObfuscatedName("n")
@ObfuscatedName("b")
@ObfuscatedSignature(
signature = "(Lls;Lls;I)V",
garbageValue = "478225673"
signature = "(Llw;Llw;I)V",
garbageValue = "-1378813027"
)
public void method6081(Bounds var1, Bounds var2) {
this.method6097(var1, var2);
this.method6085(var1, var2);
public void method6069(Bounds var1, Bounds var2) {
this.method6070(var1, var2);
this.method6071(var1, var2);
}
@ObfuscatedName("q")
@ObfuscatedName("g")
@ObfuscatedSignature(
signature = "(Lls;Lls;I)V",
garbageValue = "-1348909503"
signature = "(Llw;Llw;B)V",
garbageValue = "6"
)
void method6097(Bounds var1, Bounds var2) {
void method6070(Bounds var1, Bounds var2) {
var2.lowX = this.lowX;
var2.highX = this.highX;
if (this.lowX < var1.lowX) {
@@ -96,12 +96,12 @@ public class Bounds {
}
@ObfuscatedName("v")
@ObfuscatedName("z")
@ObfuscatedSignature(
signature = "(Lls;Lls;B)V",
garbageValue = "1"
signature = "(Llw;Llw;B)V",
garbageValue = "72"
)
void method6085(Bounds var1, Bounds var2) {
void method6071(Bounds var1, Bounds var2) {
var2.lowY = this.lowY;
var2.highY = this.highY;
if (this.lowY < var1.lowY) {
@@ -109,8 +109,8 @@ public class Bounds {
var2.lowY = var1.lowY;
}
if (var2.method6087() > var1.method6087()) {
var2.highY -= var2.method6087() - var1.method6087();
if (var2.method6085() > var1.method6085()) {
var2.highY -= var2.method6085() - var1.method6085();
}
if (var2.highY < 0) {
@@ -119,22 +119,22 @@ public class Bounds {
}
@ObfuscatedName("l")
@ObfuscatedName("p")
@ObfuscatedSignature(
signature = "(B)I",
garbageValue = "-20"
signature = "(S)I",
garbageValue = "-14495"
)
int method6086() {
return this.highX + this.lowX;
}
@ObfuscatedName("c")
@ObfuscatedName("h")
@ObfuscatedSignature(
signature = "(B)I",
garbageValue = "-30"
signature = "(I)I",
garbageValue = "-1630571197"
)
int method6087() {
return this.lowY + this.highY;
int method6085() {
return this.highY + this.lowY;
}
public String toString() {