Use newer version of fernflower and remove __xx names
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
@@ -8,32 +7,32 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@Implements("VertexNormal")
|
||||
public class VertexNormal {
|
||||
@ObfuscatedName("pe")
|
||||
static boolean __dq_pe;
|
||||
static boolean field945;
|
||||
@ObfuscatedName("rq")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1351620693
|
||||
)
|
||||
static int __dq_rq;
|
||||
static int field946;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1414310131
|
||||
)
|
||||
int __m;
|
||||
int field947;
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1493845293
|
||||
)
|
||||
int __f;
|
||||
int field948;
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1575149515
|
||||
)
|
||||
int __q;
|
||||
int field949;
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -487323631
|
||||
)
|
||||
int __w;
|
||||
int field950;
|
||||
|
||||
VertexNormal() {
|
||||
}
|
||||
@@ -42,10 +41,10 @@ public class VertexNormal {
|
||||
signature = "(Ldq;)V"
|
||||
)
|
||||
VertexNormal(VertexNormal var1) {
|
||||
this.__m = var1.__m;
|
||||
this.__f = var1.__f;
|
||||
this.__q = var1.__q;
|
||||
this.__w = var1.__w;
|
||||
this.field947 = var1.field947;
|
||||
this.field948 = var1.field948;
|
||||
this.field949 = var1.field949;
|
||||
this.field950 = var1.field950;
|
||||
}
|
||||
|
||||
@ObfuscatedName("w")
|
||||
@@ -54,22 +53,20 @@ public class VertexNormal {
|
||||
garbageValue = "-86"
|
||||
)
|
||||
static synchronized void method2984(byte[] var0) {
|
||||
if(var0.length == 100 && ByteArrayPool.ByteArrayPool_smallCount < 1000) {
|
||||
if (var0.length == 100 && ByteArrayPool.ByteArrayPool_smallCount < 1000) {
|
||||
ByteArrayPool.ByteArrayPool_small[++ByteArrayPool.ByteArrayPool_smallCount - 1] = var0;
|
||||
} else if(var0.length == 5000 && ByteArrayPool.ByteArrayPool_mediumCount < 250) {
|
||||
} else if (var0.length == 5000 && ByteArrayPool.ByteArrayPool_mediumCount < 250) {
|
||||
ByteArrayPool.ByteArrayPool_medium[++ByteArrayPool.ByteArrayPool_mediumCount - 1] = var0;
|
||||
} else if(var0.length == 30000 && ByteArrayPool.ByteArrayPool_largeCount < 50) {
|
||||
} else if (var0.length == 30000 && ByteArrayPool.ByteArrayPool_largeCount < 50) {
|
||||
ByteArrayPool.ByteArrayPool_large[++ByteArrayPool.ByteArrayPool_largeCount - 1] = var0;
|
||||
} else {
|
||||
if(RouteStrategy.__fe_e != null) {
|
||||
for(int var1 = 0; var1 < ByteArrayPool.__gi_g.length; ++var1) {
|
||||
if(var0.length == ByteArrayPool.__gi_g[var1] && WorldMapSection2.__ah_l[var1] < RouteStrategy.__fe_e[var1].length) {
|
||||
RouteStrategy.__fe_e[var1][WorldMapSection2.__ah_l[var1]++] = var0;
|
||||
return;
|
||||
}
|
||||
} else if (RouteStrategy.field760 != null) {
|
||||
for (int var1 = 0; var1 < ByteArrayPool.field55.length; ++var1) {
|
||||
if (var0.length == ByteArrayPool.field55[var1] && WorldMapSection2.field1082[var1] < RouteStrategy.field760[var1].length) {
|
||||
RouteStrategy.field760[var1][WorldMapSection2.field1082[var1]++] = var0;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user