mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -4,16 +4,12 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
public final class Static21 {
|
||||
|
||||
@OriginalMember(owner = "client!bk", name = "a", descriptor = "(BI)V")
|
||||
public static void method619(@OriginalArg(1) int arg0) {
|
||||
Static257.aFloatArray2[0] = (float) (arg0 >> 16 & 0xFF) / 255.0F;
|
||||
Static257.aFloatArray2[1] = (float) (arg0 >> 8 & 0xFF) / 255.0F;
|
||||
Static257.aFloatArray2[2] = (float) (arg0 & 0xFF) / 255.0F;
|
||||
public static void method619(@OriginalArg(1) int color) {
|
||||
WaterMaterialRenderer.aFloatArray2[0] = (float) (color >> 16 & 0xFF) / 255.0F;
|
||||
WaterMaterialRenderer.aFloatArray2[1] = (float) (color >> 8 & 0xFF) / 255.0F;
|
||||
WaterMaterialRenderer.aFloatArray2[2] = (float) (color & 0xFF) / 255.0F;
|
||||
Static128.method2481(3);
|
||||
Static128.method2481(4);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bk", name = "a", descriptor = "(BLclient!wa;)Lclient!re;")
|
||||
public static TextureOp29SubOp3 method620(@OriginalArg(1) Buffer arg0) {
|
||||
return new TextureOp29SubOp3(arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g2s(), arg0.g3(), arg0.g1());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue