Annotations: signature -> descriptor; use linkedhashmap

This commit is contained in:
Lucwousin
2020-07-16 22:23:44 +02:00
parent 42affee0f0
commit 663bbc80db
325 changed files with 2478 additions and 2525 deletions

View File

@@ -9,7 +9,7 @@ import net.runelite.mapping.ObfuscatedSignature;
public final class GameObject {
@ObfuscatedName("di")
@ObfuscatedSignature(
signature = "Llj;"
descriptor = "Llj;"
)
@Export("js5Socket")
static AbstractSocket js5Socket;
@@ -45,7 +45,7 @@ public final class GameObject {
int centerY;
@ObfuscatedName("g")
@ObfuscatedSignature(
signature = "Lel;"
descriptor = "Lel;"
)
@Export("entity")
public Entity entity;
@@ -104,7 +104,7 @@ public final class GameObject {
@ObfuscatedName("a")
@ObfuscatedSignature(
signature = "(CI)Z",
descriptor = "(CI)Z",
garbageValue = "1896739320"
)
@Export("isCharAlphabetic")