project: Revvvvvvvvvvvvv
This commit is contained in:
@@ -4,185 +4,138 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("bw")
|
||||
@ObfuscatedName("bi")
|
||||
@Implements("World")
|
||||
public class World {
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 63855855
|
||||
intValue = 424514993
|
||||
)
|
||||
@Export("World_count")
|
||||
static int World_count;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -951276337
|
||||
intValue = 1627138945
|
||||
)
|
||||
@Export("World_listCount")
|
||||
static int World_listCount;
|
||||
@ObfuscatedName("w")
|
||||
@Export("World_sortOption2")
|
||||
static int[] World_sortOption2;
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedName("v")
|
||||
@Export("World_sortOption1")
|
||||
static int[] World_sortOption1;
|
||||
@ObfuscatedName("k")
|
||||
@Export("ByteArrayPool_arrays")
|
||||
public static byte[][][] ByteArrayPool_arrays;
|
||||
@ObfuscatedName("ai")
|
||||
@Export("hasFocus")
|
||||
protected static boolean hasFocus;
|
||||
@ObfuscatedName("ip")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "[Lpa;"
|
||||
)
|
||||
@Export("modIconSprites")
|
||||
static IndexedSprite[] modIconSprites;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 402163899
|
||||
intValue = -1204793871
|
||||
)
|
||||
@Export("id")
|
||||
int id;
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 967201023
|
||||
intValue = -1353463065
|
||||
)
|
||||
@Export("properties")
|
||||
int properties;
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1525969609
|
||||
intValue = -1508326675
|
||||
)
|
||||
@Export("population")
|
||||
int population;
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedName("q")
|
||||
@Export("host")
|
||||
String host;
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedName("x")
|
||||
@Export("activity")
|
||||
String activity;
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -102724797
|
||||
intValue = -828676327
|
||||
)
|
||||
@Export("location")
|
||||
int location;
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 742286855
|
||||
intValue = -190751717
|
||||
)
|
||||
@Export("index")
|
||||
int index;
|
||||
|
||||
static {
|
||||
World_count = 0;
|
||||
World_listCount = 0;
|
||||
World_sortOption2 = new int[]{1, 1, 1, 1};
|
||||
World_sortOption1 = new int[]{0, 1, 2, 3};
|
||||
World_count = 0; // L: 14
|
||||
World_listCount = 0; // L: 15
|
||||
World_sortOption2 = new int[]{1, 1, 1, 1}; // L: 16
|
||||
World_sortOption1 = new int[]{0, 1, 2, 3}; // L: 17
|
||||
}
|
||||
|
||||
World() {
|
||||
}
|
||||
|
||||
@ObfuscatedName("r")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "16"
|
||||
)
|
||||
@Export("isMembersOnly")
|
||||
boolean isMembersOnly() {
|
||||
return (1 & this.properties) != 0;
|
||||
}
|
||||
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "-624791914"
|
||||
)
|
||||
boolean method1696() {
|
||||
return (2 & this.properties) != 0;
|
||||
}
|
||||
} // L: 27
|
||||
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "0"
|
||||
)
|
||||
@Export("isMembersOnly")
|
||||
boolean isMembersOnly() {
|
||||
return (1 & this.properties) != 0; // L: 257
|
||||
}
|
||||
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "1709463484"
|
||||
garbageValue = "-406459188"
|
||||
)
|
||||
boolean method1649() {
|
||||
return (2 & this.properties) != 0; // L: 261
|
||||
}
|
||||
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "0"
|
||||
)
|
||||
@Export("isPvp")
|
||||
boolean isPvp() {
|
||||
return (4 & this.properties) != 0;
|
||||
return (4 & this.properties) != 0; // L: 265
|
||||
}
|
||||
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "-1754892594"
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "20"
|
||||
)
|
||||
boolean method1676() {
|
||||
return (8 & this.properties) != 0;
|
||||
boolean method1662() {
|
||||
return (8 & this.properties) != 0; // L: 269
|
||||
}
|
||||
|
||||
@ObfuscatedName("h")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "-24"
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "-305789619"
|
||||
)
|
||||
@Export("isDeadman")
|
||||
boolean isDeadman() {
|
||||
return (536870912 & this.properties) != 0;
|
||||
return (536870912 & this.properties) != 0; // L: 273
|
||||
}
|
||||
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)Z",
|
||||
garbageValue = "-126940607"
|
||||
garbageValue = "-786125281"
|
||||
)
|
||||
@Export("isBeta")
|
||||
boolean isBeta() {
|
||||
return (33554432 & this.properties) != 0;
|
||||
return (33554432 & this.properties) != 0; // L: 277
|
||||
}
|
||||
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)Z",
|
||||
garbageValue = "-98"
|
||||
garbageValue = "63"
|
||||
)
|
||||
boolean method1679() {
|
||||
return (1073741824 & this.properties) != 0;
|
||||
}
|
||||
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Ljm;I[B[BI)V",
|
||||
garbageValue = "-1955457060"
|
||||
)
|
||||
@Export("Widget_setKey")
|
||||
static final void Widget_setKey(Widget var0, int var1, byte[] var2, byte[] var3) {
|
||||
if (var0.field3300 == null) {
|
||||
if (var2 == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
var0.field3300 = new byte[11][];
|
||||
var0.field3301 = new byte[11][];
|
||||
var0.field3302 = new int[11];
|
||||
var0.field3303 = new int[11];
|
||||
}
|
||||
|
||||
var0.field3300[var1] = var2;
|
||||
if (var2 != null) {
|
||||
var0.field3299 = true;
|
||||
} else {
|
||||
var0.field3299 = false;
|
||||
|
||||
for (int var4 = 0; var4 < var0.field3300.length; ++var4) {
|
||||
if (var0.field3300[var4] != null) {
|
||||
var0.field3299 = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var0.field3301[var1] = var3;
|
||||
boolean method1640() {
|
||||
return (1073741824 & this.properties) != 0; // L: 281
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user