mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Renamed some static classes
This commit is contained in:
parent
37883b9f35
commit
ff0e890dcd
116 changed files with 1932 additions and 1973 deletions
|
|
@ -507,7 +507,7 @@ public final class JagString implements StringInterface {
|
|||
@OriginalMember(owner = "client!na", name = "a", descriptor = "(ZLjava/applet/Applet;)V")
|
||||
public final void method3134(@OriginalArg(1) Applet arg0) throws Throwable {
|
||||
@Pc(16) String local16 = new String(this.chars, 0, this.length);
|
||||
Static287.method1759(arg0, local16);
|
||||
BrowserControl.eval(arg0, local16);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!na", name = "a", descriptor = "(III)I")
|
||||
|
|
@ -885,7 +885,7 @@ public final class JagString implements StringInterface {
|
|||
@OriginalMember(owner = "client!na", name = "a", descriptor = "(ILjava/applet/Applet;)Ljava/lang/Object;")
|
||||
public final Object browserControlCall(@OriginalArg(1) Applet arg0) throws Throwable {
|
||||
@Pc(12) String local12 = new String(this.chars, 0, this.length);
|
||||
@Pc(17) Object local17 = Static287.method1757(local12, arg0);
|
||||
@Pc(17) Object local17 = BrowserControl.call(local12, arg0);
|
||||
if (local17 instanceof String) {
|
||||
@Pc(24) byte[] local24 = ((String) local17).getBytes();
|
||||
local17 = Static10.decodeString(local24, local24.length, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue