mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Rename Class3_Sub1_Sub11 to TextureOpColorFill
This commit is contained in:
parent
866c562e52
commit
8cb739c050
2 changed files with 4 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ public final class Static223 {
|
|||
if (arg0 == 0) {
|
||||
return new Class3_Sub1_Sub23();
|
||||
} else if (arg0 == 1) {
|
||||
return new Class3_Sub1_Sub11();
|
||||
return new TextureOpColorFill();
|
||||
} else if (arg0 == 2) {
|
||||
return new Class3_Sub1_Sub31();
|
||||
} else if (arg0 == 3) {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!fm")
|
||||
public final class Class3_Sub1_Sub11 extends TextureOp {
|
||||
public final class TextureOpColorFill extends TextureOp {
|
||||
|
||||
@OriginalMember(owner = "client!fm", name = "P", descriptor = "I")
|
||||
private int anInt2073;
|
||||
|
|
@ -16,13 +16,13 @@ public final class Class3_Sub1_Sub11 extends TextureOp {
|
|||
private int anInt2080;
|
||||
|
||||
@OriginalMember(owner = "client!fm", name = "<init>", descriptor = "(I)V")
|
||||
private Class3_Sub1_Sub11(@OriginalArg(0) int arg0) {
|
||||
private TextureOpColorFill(@OriginalArg(0) int arg0) {
|
||||
super(0, false);
|
||||
this.method1595(arg0);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!fm", name = "<init>", descriptor = "()V")
|
||||
public Class3_Sub1_Sub11() {
|
||||
public TextureOpColorFill() {
|
||||
this(0);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue