chore: rev 194

This commit is contained in:
zeruth
2021-02-24 08:08:39 -05:00
parent 11dd1cdb41
commit e1df0f6f7c
352 changed files with 83792 additions and 85533 deletions

View File

@@ -4,146 +4,146 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lc")
@ObfuscatedName("li")
@Implements("Bounds")
public class Bounds {
@ObfuscatedName("e")
@ObfuscatedSignature(
descriptor = "Lib;"
)
@Export("Widget_fontsArchive")
public static AbstractArchive Widget_fontsArchive;
@ObfuscatedName("h")
@ObfuscatedGetter(
intValue = 1090758865
)
@Export("lowX")
public int lowX;
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = 518192471
)
@Export("lowY")
public int lowY;
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = 620953543
)
@Export("highX")
public int highX;
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = 1803324609
)
@Export("highY")
public int highY;
@ObfuscatedName("e")
@Export("ItemDefinition_inMembersWorld")
public static boolean ItemDefinition_inMembersWorld;
@ObfuscatedName("gs")
@Export("xteaKeys")
static int[][] xteaKeys;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = -1970300391
)
@Export("lowX")
public int lowX;
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = -2105661203
)
@Export("lowY")
public int lowY;
@ObfuscatedName("d")
@ObfuscatedGetter(
intValue = 1049215037
)
@Export("highX")
public int highX;
@ObfuscatedName("c")
@ObfuscatedGetter(
intValue = -1664972525
)
@Export("highY")
public int highY;
public Bounds(int var1, int var2, int var3, int var4) {
this.setLow(var1, var2); // L: 14
this.setHigh(var3, var4); // L: 15
} // L: 16
public Bounds(int var1, int var2, int var3, int var4) {
this.setLow(var1, var2);
this.setHigh(var3, var4);
}
public Bounds(int var1, int var2) {
this(0, 0, var1, var2); // L: 10
} // L: 11
public Bounds(int var1, int var2) {
this(0, 0, var1, var2);
}
@ObfuscatedName("h")
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "-1764840928"
)
@Export("setLow")
public void setLow(int var1, int var2) {
this.lowX = var1; // L: 19
this.lowY = var2; // L: 20
} // L: 21
@ObfuscatedName("n")
@ObfuscatedSignature(
descriptor = "(IIB)V",
garbageValue = "-91"
)
@Export("setLow")
public void setLow(int var1, int var2) {
this.lowX = var1;
this.lowY = var2;
}
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "-1587228886"
)
@Export("setHigh")
public void setHigh(int var1, int var2) {
this.highX = var1; // L: 24
this.highY = var2; // L: 25
} // L: 26
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "(IIB)V",
garbageValue = "82"
)
@Export("setHigh")
public void setHigh(int var1, int var2) {
this.highX = var1;
this.highY = var2;
}
@ObfuscatedName("x")
@ObfuscatedSignature(
descriptor = "(Llc;Llc;I)V",
garbageValue = "-769796699"
)
public void method6014(Bounds var1, Bounds var2) {
this.method6015(var1, var2); // L: 33
this.method6024(var1, var2); // L: 34
} // L: 35
@ObfuscatedName("d")
@ObfuscatedSignature(
descriptor = "(Lli;Lli;B)V",
garbageValue = "16"
)
public void method6182(Bounds var1, Bounds var2) {
this.method6193(var1, var2);
this.method6179(var1, var2);
}
@ObfuscatedName("w")
@ObfuscatedSignature(
descriptor = "(Llc;Llc;I)V",
garbageValue = "-1678302488"
)
void method6015(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 * 1575555575 - (var1.lowX * 1575555575 - this.lowX * 1575555575)) * 620953543; // L: 41
var2.lowX = var1.lowX; // L: 42
}
@ObfuscatedName("c")
@ObfuscatedSignature(
descriptor = "(Lli;Lli;I)V",
garbageValue = "102469843"
)
void method6193(Bounds var1, Bounds var2) {
var2.lowX = this.lowX;
var2.highX = this.highX;
if (this.lowX < var1.lowX) {
var2.highX -= var1.lowX - this.lowX;
var2.lowX = var1.lowX;
}
if (var2.method6017() > var1.method6017()) { // L: 44
var2.highX -= var2.method6017() - var1.method6017(); // L: 45
}
if (var2.method6185() > var1.method6185()) {
var2.highX -= var2.method6185() - var1.method6185();
}
if (var2.highX < 0) { // L: 47
var2.highX = 0;
}
if (var2.highX < 0) {
var2.highX = 0;
}
} // L: 48
}
@ObfuscatedName("t")
@ObfuscatedSignature(
descriptor = "(Llc;Llc;I)V",
garbageValue = "394854704"
)
void method6024(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 * 1547305793 - (var1.lowY * 1547305793 - this.lowY * 1547305793)) * 1803324609; // L: 54
var2.lowY = var1.lowY; // L: 55
}
@ObfuscatedName("y")
@ObfuscatedSignature(
descriptor = "(Lli;Lli;I)V",
garbageValue = "1821841742"
)
void method6179(Bounds var1, Bounds var2) {
var2.lowY = this.lowY;
var2.highY = this.highY;
if (this.lowY < var1.lowY) {
var2.highY -= var1.lowY - this.lowY;
var2.lowY = var1.lowY;
}
if (var2.method6018() > var1.method6018()) { // L: 57
var2.highY -= var2.method6018() - var1.method6018(); // L: 58
}
if (var2.method6186() > var1.method6186()) {
var2.highY -= var2.method6186() - var1.method6186();
}
if (var2.highY < 0) { // L: 60
var2.highY = 0;
}
if (var2.highY < 0) {
var2.highY = 0;
}
} // L: 61
}
@ObfuscatedName("j")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "-1901002144"
)
int method6017() {
return this.highX + this.lowX; // L: 64
}
@ObfuscatedName("h")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "16777215"
)
int method6185() {
return this.highX + this.lowX;
}
@ObfuscatedName("n")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "924077669"
)
int method6018() {
return this.lowY + this.highY; // L: 68
}
@ObfuscatedName("z")
@ObfuscatedSignature(
descriptor = "(B)I",
garbageValue = "57"
)
int method6186() {
return this.highY + this.lowY;
}
public String toString() {
return null; // L: 29
}
public String toString() {
return null;
}
}