mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 04:20:21 -07:00
Rename Class22_Sub1 to SoftReferenceNodeFactory
This commit is contained in:
parent
6f6580ae90
commit
af3eff8546
2 changed files with 2 additions and 2 deletions
13
client/src/main/java/SoftReferenceNodeFactory.java
Normal file
13
client/src/main/java/SoftReferenceNodeFactory.java
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!db")
|
||||
public final class SoftReferenceNodeFactory extends Class22 {
|
||||
|
||||
@OriginalMember(owner = "client!db", name = "a", descriptor = "(Lclient!gf;I)Lclient!gf;")
|
||||
@Override
|
||||
public final ReferenceNode method1027(@OriginalArg(0) ReferenceNode arg0) {
|
||||
return new SoftReferenceNode(arg0.method3618());
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue