mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Rename Class3_Sub1_Sub18 to TextureOpSprite
This commit is contained in:
parent
eeb6e8fdb7
commit
4595973881
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!kd")
|
@OriginalClass("client!kd")
|
||||||
public final class Class3_Sub1_Sub18_Sub1 extends Class3_Sub1_Sub18 {
|
public final class Class3_Sub1_Sub18_Sub1 extends TextureOpSprite {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!kd", name = "b", descriptor = "(II)[[I")
|
@OriginalMember(owner = "client!kd", name = "b", descriptor = "(II)[[I")
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ public final class Static223 {
|
||||||
} else if (arg0 == 38) {
|
} else if (arg0 == 38) {
|
||||||
return new Class3_Sub1_Sub38();
|
return new Class3_Sub1_Sub38();
|
||||||
} else if (arg0 == 39) {
|
} else if (arg0 == 39) {
|
||||||
return new Class3_Sub1_Sub18();
|
return new TextureOpSprite();
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!nh")
|
@OriginalClass("client!nh")
|
||||||
public class Class3_Sub1_Sub18 extends TextureOp {
|
public class TextureOpSprite extends TextureOp {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!nh", name = "U", descriptor = "I")
|
@OriginalMember(owner = "client!nh", name = "U", descriptor = "I")
|
||||||
protected int anInt3239;
|
protected int anInt3239;
|
||||||
|
|
@ -19,7 +19,7 @@ public class Class3_Sub1_Sub18 extends TextureOp {
|
||||||
private int anInt3235 = -1;
|
private int anInt3235 = -1;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!nh", name = "<init>", descriptor = "()V")
|
@OriginalMember(owner = "client!nh", name = "<init>", descriptor = "()V")
|
||||||
public Class3_Sub1_Sub18() {
|
public TextureOpSprite() {
|
||||||
super(0, false);
|
super(0, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue