mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Moved around more static methods, nothing final
Some of these are "incorrect" - I wanted to decrease the # of static classes first by grouping them if they're slightly related. Then I'll do a second pass in each class to reorganize later.
This commit is contained in:
parent
c988509e8e
commit
ba4debb0d3
150 changed files with 2805 additions and 3034 deletions
|
|
@ -73,7 +73,7 @@ public final class Light {
|
|||
@OriginalMember(owner = "client!gi", name = "<init>", descriptor = "(Lclient!wa;)V")
|
||||
public Light(@OriginalArg(0) Buffer arg0) {
|
||||
if (anIntArray150 == null) {
|
||||
Static84.method1771();
|
||||
method1771();
|
||||
}
|
||||
this.anInt2241 = arg0.g1();
|
||||
this.aBoolean124 = (this.anInt2241 & 0x10) != 0;
|
||||
|
|
@ -98,6 +98,11 @@ public final class Light {
|
|||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!gk", name = "b", descriptor = "(B)V")
|
||||
public static void method1771() {
|
||||
anIntArray150 = Static206.method3679(0.4F);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!gi", name = "a", descriptor = "(BIIII)V")
|
||||
public final void method1762(@OriginalArg(1) int arg0, @OriginalArg(2) int arg1, @OriginalArg(3) int arg2, @OriginalArg(4) int arg3) {
|
||||
this.anInt2233 = arg0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue