project: rev 200

This commit is contained in:
Owain van Brakel
2021-10-06 13:56:56 +02:00
parent 9f1d58c2a6
commit 5e9375bc8b
429 changed files with 45223 additions and 44897 deletions

View File

@@ -3,10 +3,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("io")
@ObfuscatedName("if")
@Implements("SoftWrapper")
public class SoftWrapper extends Wrapper {
@ObfuscatedName("n")
@ObfuscatedName("l")
@Export("ref")
SoftReference ref;
@@ -15,13 +15,13 @@ public class SoftWrapper extends Wrapper {
this.ref = new SoftReference(var1);
}
@ObfuscatedName("n")
@ObfuscatedName("l")
@Export("get")
Object get() {
return this.ref.get();
}
@ObfuscatedName("c")
@ObfuscatedName("q")
@Export("isSoft")
boolean isSoft() {
return true;