This commit is contained in:
Lucwousin
2019-10-31 16:57:45 +01:00
parent 8b7eaf23f1
commit e7a1983158
344 changed files with 41280 additions and 41078 deletions

View File

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