rsc: please read the commit message for my neverending descent into madness

how do i stop making castles
every time i go to the beach i make a castle
every time i open blender i model castles
every time i play chess i castle
i just cant stop making castles dude
This commit is contained in:
ThatGamerBlue
2021-02-26 00:33:45 +00:00
parent 62df7e0ff1
commit 563587e6b0
346 changed files with 84175 additions and 82557 deletions

View File

@@ -7,53 +7,57 @@ import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ky")
@Implements("Buddy")
public class Buddy extends User {
@ObfuscatedName("y")
@ObfuscatedGetter(
intValue = -1026270323
)
@Export("world")
public int world = -1;
@ObfuscatedName("h")
@ObfuscatedGetter(
intValue = 975938315
)
@Export("int2")
public int int2;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -1192937939
)
@Export("rank")
public int rank;
@ObfuscatedName("y")
@ObfuscatedGetter(
intValue = -1026270323
)
@Export("world")
public int world;
@ObfuscatedName("h")
@ObfuscatedGetter(
intValue = 975938315
)
@Export("int2")
public int int2;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -1192937939
)
@Export("rank")
public int rank;
@ObfuscatedName("av")
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "741820969"
)
@Export("set")
void set(int var1, int var2) {
this.world = var1;
this.int2 = var2;
}
Buddy() {
this.world = -1; // L: 4
} // L: 8
@ObfuscatedName("ao")
@ObfuscatedSignature(
descriptor = "(B)I",
garbageValue = "-50"
)
@Export("getWorld")
public int getWorld() {
return this.world;
}
@ObfuscatedName("av")
@ObfuscatedSignature(
descriptor = "(III)V",
garbageValue = "741820969"
)
@Export("set")
void set(int var1, int var2) {
this.world = var1; // L: 11
this.int2 = var2; // L: 12
} // L: 13
@ObfuscatedName("bj")
@ObfuscatedSignature(
descriptor = "(I)Z",
garbageValue = "292513341"
)
@Export("hasWorld")
public boolean hasWorld() {
return this.world > 0;
}
@ObfuscatedName("ao")
@ObfuscatedSignature(
descriptor = "(B)I",
garbageValue = "-50"
)
@Export("getWorld")
public int getWorld() {
return this.world; // L: 16
}
@ObfuscatedName("bj")
@ObfuscatedSignature(
descriptor = "(I)Z",
garbageValue = "292513341"
)
@Export("hasWorld")
public boolean hasWorld() {
return this.world > 0; // L: 20
}
}