mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
15
client/src/main/java/rt4/SoftReferenceNodeFactory.java
Normal file
15
client/src/main/java/rt4/SoftReferenceNodeFactory.java
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package rt4;
|
||||
|
||||
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 ReferenceNodeFactory {
|
||||
|
||||
@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