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,10 +3,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("ei")
@ObfuscatedName("fk")
@Implements("SoftWrapper")
public class SoftWrapper extends Wrapper {
@ObfuscatedName("u")
@ObfuscatedName("f")
@Export("ref")
SoftReference ref;
@@ -15,13 +15,13 @@ public class SoftWrapper extends Wrapper {
this.ref = new SoftReference(var1);
}
@ObfuscatedName("u")
@ObfuscatedName("f")
@Export("get")
Object get() {
return this.ref.get();
}
@ObfuscatedName("f")
@ObfuscatedName("i")
@Export("isSoft")
boolean isSoft() {
return true;