mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 03:50:24 -07:00
Consolidated a LOT of static classes (first pass)
This commit is contained in:
parent
9789c5b66e
commit
7ffd30e31c
264 changed files with 7190 additions and 8201 deletions
|
|
@ -100,7 +100,23 @@ public final class Light {
|
|||
|
||||
@OriginalMember(owner = "client!gk", name = "b", descriptor = "(B)V")
|
||||
public static void method1771() {
|
||||
anIntArray150 = Static206.method3679(0.4F);
|
||||
anIntArray150 = method3679(0.4F);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!qk", name = "a", descriptor = "(ZIIIIFII)[I")
|
||||
public static int[] method3679(@OriginalArg(5) float arg0) {
|
||||
@Pc(11) int[] local11 = new int[2048];
|
||||
@Pc(15) TextureOp4 local15 = new TextureOp4();
|
||||
local15.anInt646 = 8;
|
||||
local15.anInt642 = 4;
|
||||
local15.anInt650 = 35;
|
||||
local15.anInt641 = 8;
|
||||
local15.anInt648 = (int) (arg0 * 4096.0F);
|
||||
local15.aBoolean44 = true;
|
||||
local15.method4630();
|
||||
Static10.method348(1, 2048);
|
||||
local15.method584(0, local11);
|
||||
return local11;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!gi", name = "a", descriptor = "(BIIII)V")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue