chore: rev 188
This commit is contained in:
@@ -3,10 +3,10 @@ import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("fk")
|
||||
@ObfuscatedName("ej")
|
||||
@Implements("SoftWrapper")
|
||||
public class SoftWrapper extends Wrapper {
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedName("c")
|
||||
@Export("ref")
|
||||
SoftReference ref;
|
||||
|
||||
@@ -15,13 +15,13 @@ public class SoftWrapper extends Wrapper {
|
||||
this.ref = new SoftReference(var1);
|
||||
}
|
||||
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedName("c")
|
||||
@Export("get")
|
||||
Object get() {
|
||||
return this.ref.get();
|
||||
}
|
||||
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("t")
|
||||
@Export("isSoft")
|
||||
boolean isSoft() {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user