update client to rev 183

This commit is contained in:
ThatGamerBlue
2019-09-12 14:00:01 +01:00
parent 0446151736
commit 12c08b271a
342 changed files with 41159 additions and 41468 deletions

View File

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