This commit is contained in:
Lucwousin
2019-12-16 18:40:02 +01:00
parent 471eaeb3e0
commit f6c2b4ac11
338 changed files with 40594 additions and 41546 deletions

View File

@@ -3,26 +3,26 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("fn")
@ObfuscatedName("gw")
@Implements("DualNode")
public class DualNode extends Node {
@ObfuscatedName("ci")
@ObfuscatedName("cu")
@Export("keyDual")
public long keyDual;
@ObfuscatedName("cu")
@ObfuscatedName("cg")
@ObfuscatedSignature(
signature = "Lfn;"
signature = "Lgw;"
)
@Export("previousDual")
public DualNode previousDual;
@ObfuscatedName("cs")
@ObfuscatedName("ct")
@ObfuscatedSignature(
signature = "Lfn;"
signature = "Lgw;"
)
@Export("nextDual")
public DualNode nextDual;
@ObfuscatedName("cn")
@ObfuscatedName("cz")
@Export("removeDual")
public void removeDual() {
if (this.nextDual != null) {