project: uwu (197)

This commit is contained in:
ThatGamerBlue
2021-06-16 11:24:56 +01:00
parent 6278fd9835
commit fbbafc7285
437 changed files with 52595 additions and 52141 deletions

View File

@@ -3,10 +3,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("hc")
@ObfuscatedName("hn")
@Implements("SoftWrapper")
public class SoftWrapper extends Wrapper {
@ObfuscatedName("v")
@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("v")
@ObfuscatedName("f")
@Export("get")
Object get() {
return this.ref.get(); // L: 15
}
@ObfuscatedName("n")
@ObfuscatedName("e")
@Export("isSoft")
boolean isSoft() {
return true; // L: 19