mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
Basic NPC rendering under playground project
This commit is contained in:
parent
8fb5b3fc75
commit
3a90dfc1b3
43 changed files with 555 additions and 315 deletions
|
|
@ -13,11 +13,11 @@ public abstract class Js5Request extends SecondaryNode {
|
|||
public boolean aBoolean227;
|
||||
|
||||
@OriginalMember(owner = "client!il", name = "P", descriptor = "Z")
|
||||
public volatile boolean aBoolean226 = true;
|
||||
public volatile boolean incomplete = true;
|
||||
|
||||
@OriginalMember(owner = "client!il", name = "a", descriptor = "(Z)I")
|
||||
public abstract int method3553();
|
||||
|
||||
@OriginalMember(owner = "client!il", name = "b", descriptor = "(Z)[B")
|
||||
public abstract byte[] method3554();
|
||||
public abstract byte[] getData();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue