mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 19:40:18 -07:00
Rename Class3_Sub1_* to TextureOp*
This commit is contained in:
parent
cb08770f85
commit
371d689b2a
36 changed files with 102 additions and 102 deletions
|
|
@ -1,23 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!qg")
|
||||
public final class Class3_Sub1_Sub29 extends TextureOp {
|
||||
|
||||
@OriginalMember(owner = "client!qg", name = "<init>", descriptor = "()V")
|
||||
public Class3_Sub1_Sub29() {
|
||||
super(0, true);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!qg", name = "a", descriptor = "(IB)[I")
|
||||
@Override
|
||||
public final int[] method4626(@OriginalArg(0) int arg0) {
|
||||
@Pc(9) int[] local9 = this.aClass121_41.method3445(arg0);
|
||||
if (this.aClass121_41.aBoolean221) {
|
||||
Static289.method2614(local9, 0, Static189.anInt4457, Static64.anIntArray153[arg0]);
|
||||
}
|
||||
return local9;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue