project: Revvvvvvvvvvvvv

This commit is contained in:
Owain van Brakel
2022-02-09 13:21:03 +01:00
parent e91fc1a16a
commit e505012bff
474 changed files with 69930 additions and 69430 deletions

View File

@@ -4,162 +4,154 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("me")
@ObfuscatedName("na")
@Implements("Bounds")
public class Bounds {
@ObfuscatedName("p")
@ObfuscatedSignature(
descriptor = "Lpg;"
)
static IndexedSprite field4220;
@ObfuscatedName("c")
@ObfuscatedGetter(
intValue = 726079895
intValue = 134357295
)
@Export("lowX")
public int lowX;
@ObfuscatedName("b")
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = -1444108263
intValue = -1700768065
)
@Export("lowY")
public int lowY;
@ObfuscatedName("p")
@ObfuscatedName("s")
@ObfuscatedGetter(
intValue = 64358351
intValue = 1258350879
)
@Export("highX")
public int highX;
@ObfuscatedName("m")
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = 1178509237
intValue = -1496551937
)
@Export("highY")
public int highY;
public Bounds(int var1, int var2, int var3, int var4) {
this.setLow(var1, var2);
this.setHigh(var3, var4);
}
this.setLow(var1, var2); // L: 14
this.setHigh(var3, var4); // L: 15
} // L: 16
public Bounds(int var1, int var2) {
this(0, 0, var1, var2);
}
this(0, 0, var1, var2); // L: 10
} // L: 11
@ObfuscatedName("c")
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "1930472817"
descriptor = "(IIB)V",
garbageValue = "115"
)
@Export("setLow")
public void setLow(int var1, int var2) {
this.lowX = var1;
this.lowY = var2;
}
this.lowX = var1; // L: 19
this.lowY = var2; // L: 20
} // L: 21
@ObfuscatedName("b")
@ObfuscatedName("l")
@ObfuscatedSignature(
descriptor = "(IIS)V",
garbageValue = "-7113"
descriptor = "(IIB)V",
garbageValue = "6"
)
@Export("setHigh")
public void setHigh(int var1, int var2) {
this.highX = var1;
this.highY = var2;
}
@ObfuscatedName("p")
@ObfuscatedSignature(
descriptor = "(III)Z",
garbageValue = "922229094"
)
public boolean method6577(int var1, int var2) {
return var1 >= this.lowX && var1 < this.lowX + this.highX && var2 >= this.lowY && var2 < this.highY + this.lowY;
}
@ObfuscatedName("m")
@ObfuscatedSignature(
descriptor = "(Lme;Lme;S)V",
garbageValue = "3129"
)
public void method6578(Bounds var1, Bounds var2) {
this.method6579(var1, var2);
this.method6574(var1, var2);
}
@ObfuscatedName("t")
@ObfuscatedSignature(
descriptor = "(Lme;Lme;S)V",
garbageValue = "381"
)
void method6579(Bounds var1, Bounds var2) {
var2.lowX = this.lowX;
var2.highX = this.highX;
if (this.lowX < var1.lowX) {
var2.highX = (var2.highX * 288726831 - (var1.lowX * 288726831 - this.lowX * 288726831)) * 64358351;
var2.lowX = var1.lowX;
}
if (var2.method6581() > var1.method6581()) {
var2.highX -= var2.method6581() - var1.method6581();
}
if (var2.highX < 0) {
var2.highX = 0;
}
}
this.highX = var1; // L: 24
this.highY = var2; // L: 25
} // L: 26
@ObfuscatedName("s")
@ObfuscatedSignature(
descriptor = "(Lme;Lme;I)V",
garbageValue = "-1164608832"
descriptor = "(III)Z",
garbageValue = "1655191906"
)
void method6574(Bounds var1, Bounds var2) {
var2.lowY = this.lowY;
var2.highY = this.highY;
if (this.lowY < var1.lowY) {
var2.highY = (var2.highY * -327903587 - (var1.lowY * -327903587 - this.lowY * -327903587)) * 1178509237;
var2.lowY = var1.lowY;
public boolean method6599(int var1, int var2) {
return var1 >= this.lowX && var1 < this.lowX + this.highX && var2 >= this.lowY && var2 < this.lowY + this.highY; // L: 29
}
@ObfuscatedName("e")
@ObfuscatedSignature(
descriptor = "(Lna;Lna;B)V",
garbageValue = "-63"
)
public void method6600(Bounds var1, Bounds var2) {
this.method6613(var1, var2); // L: 37
this.method6602(var1, var2); // L: 38
} // L: 39
@ObfuscatedName("r")
@ObfuscatedSignature(
descriptor = "(Lna;Lna;B)V",
garbageValue = "53"
)
void method6613(Bounds var1, Bounds var2) {
var2.lowX = this.lowX; // L: 42
var2.highX = this.highX; // L: 43
if (this.lowX < var1.lowX) { // L: 44
var2.highX = (var2.highX * 441930463 - (var1.lowX * 441930463 - this.lowX * 441930463)) * 1258350879; // L: 45
var2.lowX = var1.lowX; // L: 46
}
if (var2.method6582() > var1.method6582()) {
var2.highY -= var2.method6582() - var1.method6582();
if (var2.method6603() > var1.method6603()) { // L: 48
var2.highX -= var2.method6603() - var1.method6603(); // L: 49
}
if (var2.highY < 0) {
if (var2.highX < 0) { // L: 51
var2.highX = 0;
}
} // L: 52
@ObfuscatedName("o")
@ObfuscatedSignature(
descriptor = "(Lna;Lna;I)V",
garbageValue = "2050658212"
)
void method6602(Bounds var1, Bounds var2) {
var2.lowY = this.lowY; // L: 55
var2.highY = this.highY; // L: 56
if (this.lowY < var1.lowY) { // L: 57
var2.highY = (var2.highY * -1578135041 - (var1.lowY * -1578135041 - this.lowY * -1578135041)) * -1496551937; // L: 58
var2.lowY = var1.lowY; // L: 59
}
if (var2.method6604() > var1.method6604()) { // L: 61
var2.highY -= var2.method6604() - var1.method6604(); // L: 62
}
if (var2.highY < 0) { // L: 64
var2.highY = 0;
}
}
} // L: 65
@ObfuscatedName("j")
@ObfuscatedName("i")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "-1484273265"
garbageValue = "1461378032"
)
int method6581() {
return this.lowX + this.highX;
int method6603() {
return this.lowX + this.highX; // L: 68
}
@ObfuscatedName("w")
@ObfuscatedSignature(
descriptor = "(B)I",
garbageValue = "-8"
descriptor = "(I)I",
garbageValue = "2137637262"
)
int method6582() {
return this.lowY + this.highY;
int method6604() {
return this.lowY + this.highY; // L: 72
}
public String toString() {
return null;
}
@ObfuscatedName("c")
public static final void method6608(long var0) {
if (var0 > 0L) {
if (var0 % 10L == 0L) {
class411.method7280(var0 - 1L);
class411.method7280(1L);
} else {
class411.method7280(var0);
}
}
return null; // L: 33
}
}