project: rev 192

This commit is contained in:
ThatGamerBlue
2020-10-21 14:30:57 +02:00
parent 47583ab7c6
commit 88599e5dd3
355 changed files with 53400 additions and 49134 deletions

View File

@@ -1,30 +1,35 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lr")
@ObfuscatedName("lw")
@Implements("Bounds")
public class Bounds {
@ObfuscatedName("w")
public static boolean[] Widget_loadedInterfaces;
@ObfuscatedName("z")
@ObfuscatedName("f")
@ObfuscatedGetter(
intValue = -942038373
intValue = -1707768055
)
@Export("lowX")
public int lowX;
@ObfuscatedName("k")
@ObfuscatedName("b")
@ObfuscatedGetter(
intValue = -38208119
intValue = -797109491
)
@Export("lowY")
public int lowY;
@ObfuscatedName("s")
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = -468327151
intValue = -1403597143
)
@Export("highX")
public int highX;
@ObfuscatedName("t")
@ObfuscatedName("m")
@ObfuscatedGetter(
intValue = 85471293
intValue = 959443313
)
@Export("highY")
public int highY;
public Bounds(int var1, int var2, int var3, int var4) {
@@ -36,51 +41,53 @@ public class Bounds {
this(0, 0, var1, var2); // L: 10
} // L: 11
@ObfuscatedName("z")
@ObfuscatedName("f")
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "1517519205"
garbageValue = "-124623897"
)
@Export("setLow")
public void setLow(int var1, int var2) {
this.lowX = var1; // L: 19
this.lowY = var2; // L: 20
} // L: 21
@ObfuscatedName("k")
@ObfuscatedName("b")
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "1357233631"
garbageValue = "2099079060"
)
@Export("setHigh")
public void setHigh(int var1, int var2) {
this.highX = var1; // L: 24
this.highY = var2; // L: 25
} // L: 26
@ObfuscatedName("s")
@ObfuscatedName("l")
@ObfuscatedSignature(
descriptor = "(Llr;Llr;S)V",
garbageValue = "172"
descriptor = "(Llw;Llw;I)V",
garbageValue = "-1801427398"
)
public void method6089(Bounds var1, Bounds var2) {
this.method6090(var1, var2); // L: 33
this.method6087(var1, var2); // L: 34
public void method6129(Bounds var1, Bounds var2) {
this.method6120(var1, var2); // L: 33
this.method6117(var1, var2); // L: 34
} // L: 35
@ObfuscatedName("t")
@ObfuscatedName("m")
@ObfuscatedSignature(
descriptor = "(Llr;Llr;I)V",
garbageValue = "-805505027"
descriptor = "(Llw;Llw;I)V",
garbageValue = "-1914930384"
)
void method6090(Bounds var1, Bounds var2) {
void method6120(Bounds var1, Bounds var2) {
var2.lowX = this.lowX; // L: 38
var2.highX = this.highX; // L: 39
if (this.lowX < var1.lowX) { // L: 40
var2.highX = (var2.highX * 1565633521 - (var1.lowX * 1565633521 - this.lowX * 1565633521)) * -468327151; // L: 41
var2.highX = (var2.highX * 1436136857 - (var1.lowX * 1436136857 - this.lowX * 1436136857)) * -1403597143; // L: 41
var2.lowX = var1.lowX; // L: 42
}
if (var2.method6091() > var1.method6091()) { // L: 44
var2.highX -= var2.method6091() - var1.method6091(); // L: 45
if (var2.method6130() > var1.method6130()) { // L: 44
var2.highX -= var2.method6130() - var1.method6130(); // L: 45
}
if (var2.highX < 0) { // L: 47
@@ -89,21 +96,21 @@ public class Bounds {
} // L: 48
@ObfuscatedName("i")
@ObfuscatedName("z")
@ObfuscatedSignature(
descriptor = "(Llr;Llr;I)V",
garbageValue = "1845749630"
descriptor = "(Llw;Llw;I)V",
garbageValue = "1895842322"
)
void method6087(Bounds var1, Bounds var2) {
void method6117(Bounds var1, Bounds var2) {
var2.lowY = this.lowY; // L: 51
var2.highY = this.highY; // L: 52
if (this.lowY < var1.lowY) { // L: 53
var2.highY = (var2.highY * -1438521579 - (var1.lowY * -1438521579 - this.lowY * -1438521579)) * 85471293; // L: 54
var2.highY = (var2.highY * -1936937071 - (var1.lowY * -1936937071 - this.lowY * -1936937071)) * 959443313; // L: 54
var2.lowY = var1.lowY; // L: 55
}
if (var2.method6092() > var1.method6092()) { // L: 57
var2.highY -= var2.method6092() - var1.method6092(); // L: 58
if (var2.method6122() > var1.method6122()) { // L: 57
var2.highY -= var2.method6122() - var1.method6122(); // L: 58
}
if (var2.highY < 0) { // L: 60
@@ -112,22 +119,22 @@ public class Bounds {
} // L: 61
@ObfuscatedName("o")
@ObfuscatedName("q")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "-1918003577"
garbageValue = "226030210"
)
int method6091() {
return this.highX + this.lowX; // L: 64
int method6130() {
return this.lowX + this.highX; // L: 64
}
@ObfuscatedName("x")
@ObfuscatedName("k")
@ObfuscatedSignature(
descriptor = "(B)I",
garbageValue = "97"
descriptor = "(I)I",
garbageValue = "-1174684154"
)
int method6092() {
return this.highY + this.lowY; // L: 68
int method6122() {
return this.lowY + this.highY; // L: 68
}
public String toString() {