mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Rename Class3_Sub17 to VorbisSound
This commit is contained in:
parent
2e25ab01eb
commit
274b78b1c3
3 changed files with 5 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ public final class SoundBank {
|
|||
if (local33 != null) {
|
||||
return local33;
|
||||
} else if (arg1 == null || arg1[0] > 0) {
|
||||
@Pc(53) Class3_Sub17 local53 = (Class3_Sub17) this.aClass133_11.method3863(local26);
|
||||
@Pc(53) VorbisSound local53 = (VorbisSound) this.aClass133_11.method3863(local26);
|
||||
if (local53 == null) {
|
||||
local53 = Static117.method2345(this.aClass153_53, arg0, arg2);
|
||||
if (local53 == null) {
|
||||
|
|
|
|||
|
|
@ -92,10 +92,10 @@ public final class Static117 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!jc", name = "a", descriptor = "(Lclient!ve;II)Lclient!jc;")
|
||||
public static Class3_Sub17 method2345(@OriginalArg(0) Js5 arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
||||
public static VorbisSound method2345(@OriginalArg(0) Js5 arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
||||
if (method2344(arg0)) {
|
||||
@Pc(16) byte[] local16 = arg0.method4495(arg1, arg2);
|
||||
return local16 == null ? null : new Class3_Sub17(local16);
|
||||
return local16 == null ? null : new VorbisSound(local16);
|
||||
} else {
|
||||
arg0.method4491(arg2, arg1);
|
||||
return null;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
|||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!jc")
|
||||
public final class Class3_Sub17 extends Node {
|
||||
public final class VorbisSound extends Node {
|
||||
|
||||
@OriginalMember(owner = "client!jc", name = "r", descriptor = "I")
|
||||
private int anInt2973;
|
||||
|
|
@ -46,7 +46,7 @@ public final class Class3_Sub17 extends Node {
|
|||
private int anInt2984;
|
||||
|
||||
@OriginalMember(owner = "client!jc", name = "<init>", descriptor = "([B)V")
|
||||
public Class3_Sub17(@OriginalArg(0) byte[] arg0) {
|
||||
public VorbisSound(@OriginalArg(0) byte[] arg0) {
|
||||
this.method2342(arg0);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue