project: rev 192

This commit is contained in:
ThatGamerBlue
2020-10-21 14:30:57 +02:00
parent 47583ab7c6
commit 88599e5dd3
355 changed files with 53400 additions and 49134 deletions

View File

@@ -1,20 +1,26 @@
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("gr")
@ObfuscatedName("gq")
@Implements("Link")
public class Link {
@ObfuscatedName("z")
@ObfuscatedName("f")
@ObfuscatedSignature(
descriptor = "Lgr;"
descriptor = "Lgq;"
)
@Export("previous")
public Link previous;
@ObfuscatedName("k")
@ObfuscatedName("b")
@ObfuscatedSignature(
descriptor = "Lgr;"
descriptor = "Lgq;"
)
@Export("next")
public Link next;
@ObfuscatedName("z")
@ObfuscatedName("f")
@Export("remove")
public void remove() {
if (this.next != null) { // L: 8
this.next.previous = this.previous; // L: 9