chore: rev 193

This commit is contained in:
therealunull
2020-12-09 11:07:26 -05:00
parent 5cd865f43f
commit 8f587826ee
358 changed files with 62074 additions and 62020 deletions

View File

@@ -4,120 +4,114 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("lo")
@ObfuscatedName("ln")
@Implements("GraphicsDefaults")
public class GraphicsDefaults {
@ObfuscatedName("p")
@ObfuscatedName("h")
@ObfuscatedGetter(
intValue = 1450250857
)
@Export("graphicsTickTimeIdx")
static int graphicsTickTimeIdx;
@ObfuscatedName("f")
@ObfuscatedGetter(
intValue = -1995988465
intValue = -1044001765
)
@Export("compass")
public int compass;
@ObfuscatedName("b")
@ObfuscatedName("v")
@ObfuscatedGetter(
intValue = -395005955
intValue = 1859262069
)
public int field3835;
@ObfuscatedName("l")
public int field3845;
@ObfuscatedName("x")
@ObfuscatedGetter(
intValue = -1288371471
intValue = -1603018569
)
@Export("mapScenes")
public int mapScenes;
@ObfuscatedName("m")
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = -768564219
intValue = 1068647141
)
@Export("headIconsPk")
public int headIconsPk;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -1062060293
)
public int field3836;
@ObfuscatedName("q")
@ObfuscatedGetter(
intValue = -1307072609
)
public int field3839;
@ObfuscatedName("k")
@ObfuscatedGetter(
intValue = 534054869
)
public int field3841;
@ObfuscatedName("c")
@ObfuscatedGetter(
intValue = 2066068829
)
public int field3837;
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = 835992905
)
public int field3834;
@ObfuscatedName("t")
@ObfuscatedGetter(
intValue = 1361350511
)
public int field3842;
@ObfuscatedName("e")
@ObfuscatedGetter(
intValue = 643339115
intValue = 1862152703
)
public int field3844;
@ObfuscatedName("j")
@ObfuscatedGetter(
intValue = 1527226929
)
public int field3843;
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = -1238390891
)
public int field3846;
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = 1222732897
)
public int field3847;
@ObfuscatedName("l")
@ObfuscatedGetter(
intValue = -1053374165
)
public int field3848;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = -295744595
)
public int field3849;
@ObfuscatedName("u")
@ObfuscatedGetter(
intValue = -406039943
)
public int field3850;
public GraphicsDefaults() {
this.compass = -1; // L: 7
this.field3835 = -1; // L: 8
this.mapScenes = -1; // L: 9
this.headIconsPk = -1; // L: 10
this.field3836 = -1; // L: 11
this.field3839 = -1; // L: 12
this.field3841 = -1; // L: 13
this.field3837 = -1; // L: 14
this.field3834 = -1; // L: 15
this.field3842 = -1; // L: 16
this.field3844 = -1; // L: 17
this.compass = -1;
this.field3845 = -1;
this.mapScenes = -1;
this.headIconsPk = -1;
this.field3844 = -1;
this.field3843 = -1;
this.field3846 = -1;
this.field3847 = -1;
this.field3848 = -1;
this.field3849 = -1;
this.field3850 = -1;
}
@ObfuscatedName("f")
@ObfuscatedName("h")
@ObfuscatedSignature(
descriptor = "(Liw;I)V",
garbageValue = "-1821799353"
descriptor = "(Lib;B)V",
garbageValue = "-1"
)
@Export("decode")
public void decode(AbstractArchive var1) {
byte[] var2 = var1.takeFileFlat(DefaultsGroup.field3833.group); // L: 20
Buffer var3 = new Buffer(var2); // L: 21
byte[] var2 = var1.takeFileFlat(DefaultsGroup.field3839.group);
Buffer var3 = new Buffer(var2);
while (true) {
int var4 = var3.readUnsignedByte(); // L: 23
if (var4 == 0) { // L: 24
return; // L: 51
int var4 = var3.readUnsignedByte();
if (var4 == 0) {
return;
}
switch(var4) { // L: 25
switch(var4) {
case 1:
var3.readMedium(); // L: 31
break; // L: 32
var3.readMedium();
break;
case 2:
this.compass = var3.method5851(); // L: 36
this.field3835 = var3.method5851(); // L: 37
this.mapScenes = var3.method5851(); // L: 38
this.headIconsPk = var3.method5851(); // L: 39
this.field3836 = var3.method5851(); // L: 40
this.field3839 = var3.method5851(); // L: 41
this.field3841 = var3.method5851(); // L: 42
this.field3837 = var3.method5851(); // L: 43
this.field3834 = var3.method5851(); // L: 44
this.field3842 = var3.method5851(); // L: 45
this.field3844 = var3.method5851(); // L: 46
this.compass = var3.method5559();
this.field3845 = var3.method5559();
this.mapScenes = var3.method5559();
this.headIconsPk = var3.method5559();
this.field3844 = var3.method5559();
this.field3843 = var3.method5559();
this.field3846 = var3.method5559();
this.field3847 = var3.method5559();
this.field3848 = var3.method5559();
this.field3849 = var3.method5559();
this.field3850 = var3.method5559();
}
}
}