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
|
|
@ -17,7 +17,7 @@ public final class Static132 {
|
|||
if (arg0) {
|
||||
InterfaceList.method2275(local16);
|
||||
}
|
||||
Static273.method3214(local16);
|
||||
method3214(local16);
|
||||
@Pc(32) Component local32 = InterfaceList.getComponent(local9);
|
||||
if (local32 != null) {
|
||||
InterfaceList.redraw(local32);
|
||||
|
|
@ -172,4 +172,13 @@ public final class Static132 {
|
|||
Rasteriser.fillGouraudTriangle(local283, local299, local331, local275, local291, local323, Static216.method1640(local475, arg0.anInt4872), Static216.method1640(local475, arg0.anInt4867), Static216.method1640(local475, arg0.anInt4864));
|
||||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!we", name = "b", descriptor = "(BI)V")
|
||||
public static void method3214(@OriginalArg(1) int arg0) {
|
||||
for (@Pc(11) Node local11 = InterfaceList.properties.head(); local11 != null; local11 = InterfaceList.properties.next()) {
|
||||
if ((local11.key >> 48 & 0xFFFFL) == (long) arg0) {
|
||||
local11.unlink();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue