mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Initial deob and project structure
This commit is contained in:
commit
e2d5c0a1e0
671 changed files with 108157 additions and 0 deletions
35
client/src/main/java/Class10.java
Normal file
35
client/src/main/java/Class10.java
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!gj")
|
||||
public abstract class Class10 {
|
||||
|
||||
@OriginalMember(owner = "client!gj", name = "j", descriptor = "I")
|
||||
public int anInt377;
|
||||
|
||||
@OriginalMember(owner = "client!gj", name = "l", descriptor = "I")
|
||||
public int anInt379;
|
||||
|
||||
@OriginalMember(owner = "client!gj", name = "o", descriptor = "I")
|
||||
public int anInt381;
|
||||
|
||||
@OriginalMember(owner = "client!gj", name = "a", descriptor = "(I)Z")
|
||||
public final boolean method437() {
|
||||
return (this.anInt381 & 0x1) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!gj", name = "a", descriptor = "(Z)Z")
|
||||
public final boolean method439() {
|
||||
return (this.anInt381 & 0x4) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!gj", name = "c", descriptor = "(I)Z")
|
||||
public final boolean method441() {
|
||||
return (this.anInt381 & 0x8) != 0;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!gj", name = "d", descriptor = "(I)Z")
|
||||
public final boolean method442() {
|
||||
return (this.anInt381 & 0x2) != 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue