mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Consolidated a little more
This commit is contained in:
parent
774d382816
commit
1c0b9b1755
86 changed files with 1239 additions and 1292 deletions
|
|
@ -391,6 +391,12 @@ public final class MidiInstrument extends Node {
|
|||
return (arg0 + local12) / arg1 - local12;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!jb", name = "a", descriptor = "(ILclient!ve;I)Lclient!jk;")
|
||||
public static MidiInstrument method2320(@OriginalArg(1) Js5 arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(9) byte[] local9 = arg0.method4500(arg1);
|
||||
return local9 == null ? null : new MidiInstrument(local9);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!jk", name = "d", descriptor = "(B)V")
|
||||
public final void method2432() {
|
||||
this.anIntArray289 = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue