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

@@ -52,7 +52,7 @@ public class SoundEnvelope {
@ObfuscatedName("m")
@ObfuscatedSignature(
signature = "(Lkn;)V"
descriptor = "(Lkn;)V"
)
@Export("decode")
final void decode(Buffer var1) {
@@ -64,7 +64,7 @@ public class SoundEnvelope {
@ObfuscatedName("o")
@ObfuscatedSignature(
signature = "(Lkn;)V"
descriptor = "(Lkn;)V"
)
@Export("decodeSegments")
final void decodeSegments(Buffer var1) {