project: rev 195

This commit is contained in:
ThatGamerBlue
2021-04-14 13:14:08 +01:00
parent 05ff44d4ad
commit c9d40d93dd
439 changed files with 55170 additions and 51182 deletions

View File

@@ -3,10 +3,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("ft")
@ObfuscatedName("gz")
@Implements("SoftWrapper")
public class SoftWrapper extends Wrapper {
@ObfuscatedName("n")
@ObfuscatedName("f")
@Export("ref")
SoftReference ref;
@@ -15,13 +15,13 @@ public class SoftWrapper extends Wrapper {
this.ref = new SoftReference(var1); // L: 11
} // L: 12
@ObfuscatedName("n")
@ObfuscatedName("f")
@Export("get")
Object get() {
return this.ref.get(); // L: 15
}
@ObfuscatedName("v")
@ObfuscatedName("o")
@Export("isSoft")
boolean isSoft() {
return true; // L: 19