mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -29,7 +29,13 @@ public final class SynthSound {
|
|||
this.anInt5206 = arg0.g2();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!sl", name = "a", descriptor = "()[B")
|
||||
@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);
|
||||
return local5 == null ? null : new SynthSound(new Buffer(local5));
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!sl", name = "a", descriptor = "()[B")
|
||||
private byte[] method3987() {
|
||||
@Pc(1) int local1 = 0;
|
||||
@Pc(3) int local3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue