mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Refactored Js5 class
This commit is contained in:
parent
c5ef44dfcb
commit
bcb88470f8
49 changed files with 423 additions and 423 deletions
|
|
@ -33,7 +33,7 @@ public final class SynthSound {
|
|||
|
||||
@OriginalMember(owner = "client!sl", name = "a", descriptor = "(Lclient!ve;II)Lclient!sl;")
|
||||
public static SynthSound create(@OriginalArg(0) Js5 arg0, @OriginalArg(1) int arg1, @OriginalArg(2) int arg2) {
|
||||
@Pc(5) byte[] local5 = arg0.getFile(arg1, arg2);
|
||||
@Pc(5) byte[] local5 = arg0.fetchFile(arg1, arg2);
|
||||
return local5 == null ? null : new SynthSound(new Buffer(local5));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue