chore: revision 189

This commit is contained in:
ThatGamerBlue
2020-03-26 14:17:06 +00:00
parent 60b7d0413f
commit acd339fd70
392 changed files with 43289 additions and 42917 deletions

View File

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