mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07:00
Refactored Buffer class
This commit is contained in:
parent
65965ea3a2
commit
6d9afcdc29
165 changed files with 2763 additions and 2728 deletions
|
|
@ -126,7 +126,7 @@ public final class Static156 {
|
|||
public static void method2956(@OriginalArg(0) long arg0) {
|
||||
if ((long) 0 != arg0) {
|
||||
Static6.aClass3_Sub15_Sub1_1.method2242(104);
|
||||
Static6.aClass3_Sub15_Sub1_1.method2166(arg0);
|
||||
Static6.aClass3_Sub15_Sub1_1.p8(arg0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -192,6 +192,6 @@ public final class Static156 {
|
|||
|
||||
@OriginalMember(owner = "client!mf", name = "a", descriptor = "(BLclient!wa;)Lclient!ta;")
|
||||
public static TextureOp29SubOp4 method2960(@OriginalArg(1) Buffer arg0) {
|
||||
return new TextureOp29SubOp4(arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2213(), arg0.method2220(), arg0.method2220(), arg0.method2229());
|
||||
return new TextureOp29SubOp4(arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g3(), arg0.g3(), arg0.g1());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue