mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Rename Class3_Sub1_Sub6 to TextureOpBinary
This commit is contained in:
parent
7a39dfaa99
commit
866c562e52
2 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ public final class Static223 {
|
||||||
} else if (arg0 == 25) {
|
} else if (arg0 == 25) {
|
||||||
return new Class3_Sub1_Sub34();
|
return new Class3_Sub1_Sub34();
|
||||||
} else if (arg0 == 26) {
|
} else if (arg0 == 26) {
|
||||||
return new Class3_Sub1_Sub6();
|
return new TextureOpBinary();
|
||||||
} else if (arg0 == 27) {
|
} else if (arg0 == 27) {
|
||||||
return new Class3_Sub1_Sub7();
|
return new Class3_Sub1_Sub7();
|
||||||
} else if (arg0 == 28) {
|
} else if (arg0 == 28) {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!ca")
|
@OriginalClass("client!ca")
|
||||||
public final class Class3_Sub1_Sub6 extends TextureOp {
|
public final class TextureOpBinary extends TextureOp {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ca", name = "T", descriptor = "I")
|
@OriginalMember(owner = "client!ca", name = "T", descriptor = "I")
|
||||||
private int anInt861 = 4096;
|
private int anInt861 = 4096;
|
||||||
|
|
@ -13,7 +13,7 @@ public final class Class3_Sub1_Sub6 extends TextureOp {
|
||||||
private int anInt857 = 0;
|
private int anInt857 = 0;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ca", name = "<init>", descriptor = "()V")
|
@OriginalMember(owner = "client!ca", name = "<init>", descriptor = "()V")
|
||||||
public Class3_Sub1_Sub6() {
|
public TextureOpBinary() {
|
||||||
super(1, true);
|
super(1, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue