mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
27
client/src/main/java/Class3_Sub2_Sub10_Sub1.java
Normal file
27
client/src/main/java/Class3_Sub2_Sub10_Sub1.java
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!he")
|
||||
public final class Class3_Sub2_Sub10_Sub1 extends Class3_Sub2_Sub10 {
|
||||
|
||||
@OriginalMember(owner = "client!he", name = "X", descriptor = "Ljava/lang/Object;")
|
||||
private final Object anObject3;
|
||||
|
||||
@OriginalMember(owner = "client!he", name = "<init>", descriptor = "(Ljava/lang/Object;)V")
|
||||
public Class3_Sub2_Sub10_Sub1(@OriginalArg(0) Object arg0) {
|
||||
this.anObject3 = arg0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!he", name = "a", descriptor = "(Z)Ljava/lang/Object;")
|
||||
@Override
|
||||
public final Object method3618() {
|
||||
return this.anObject3;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!he", name = "e", descriptor = "(I)Z")
|
||||
@Override
|
||||
public final boolean method3619() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue