mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-19 09:25:14 -06:00
Identified Class114 as DisplayMode, reorganized some static methods
This commit is contained in:
parent
5f4a83c394
commit
c988509e8e
139 changed files with 1209 additions and 1383 deletions
|
|
@ -19,6 +19,8 @@ public final class JagString implements StringInterface {
|
|||
public static final JagString EMPTY = parse("");
|
||||
@OriginalMember(owner = "client!pi", name = "Q", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_853 = parse("null");
|
||||
@OriginalMember(owner = "client!t", name = "C", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_994 = parse(")3");
|
||||
@OriginalMember(owner = "client!na", name = "T", descriptor = "[B")
|
||||
public byte[] chars;
|
||||
|
||||
|
|
@ -192,6 +194,11 @@ public final class JagString implements StringInterface {
|
|||
return parseInt(true, arg0);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!oi", name = "a", descriptor = "(II)Lclient!na;")
|
||||
public static JagString formatIp(@OriginalArg(0) int arg0) {
|
||||
return concatenate(new JagString[] { parseInt(arg0 >> 24 & 0xFF), aClass100_994, parseInt(arg0 >> 16 & 0xFF), aClass100_994, parseInt(arg0 >> 8 & 0xFF), aClass100_994, parseInt(arg0 & 0xFF) });
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!na", name = "a", descriptor = "(Z)Ljava/net/URL;")
|
||||
public final URL method3107() throws MalformedURLException {
|
||||
return new URL(new String(this.chars, 0, this.length));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue