mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Renamed JS5 fields/methods
This commit is contained in:
parent
7ffd30e31c
commit
bd10ece252
21 changed files with 539 additions and 542 deletions
|
|
@ -7,16 +7,16 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
public abstract class Js5Request extends SecondaryNode {
|
||||
|
||||
@OriginalMember(owner = "client!il", name = "L", descriptor = "Z")
|
||||
public boolean aBoolean225;
|
||||
public boolean urgent;
|
||||
|
||||
@OriginalMember(owner = "client!il", name = "T", descriptor = "Z")
|
||||
public boolean aBoolean227;
|
||||
public boolean orphan;
|
||||
|
||||
@OriginalMember(owner = "client!il", name = "P", descriptor = "Z")
|
||||
public volatile boolean incomplete = true;
|
||||
|
||||
@OriginalMember(owner = "client!il", name = "a", descriptor = "(Z)I")
|
||||
public abstract int method3553();
|
||||
public abstract int getPercentageComplete();
|
||||
|
||||
@OriginalMember(owner = "client!il", name = "b", descriptor = "(Z)[B")
|
||||
public abstract byte[] getData();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue