mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
Moved source to rt4 package so external code can depend on it
This commit is contained in:
parent
dc6deb9151
commit
153d8569b5
624 changed files with 1253 additions and 7 deletions
24
client/src/main/java/rt4/Static116.java
Normal file
24
client/src/main/java/rt4/Static116.java
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static116 {
|
||||
|
||||
@OriginalMember(owner = "client!jb", name = "c", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_583 = JagString.parse("(Y<)4col>");
|
||||
|
||||
@OriginalMember(owner = "client!jb", name = "n", descriptor = "I")
|
||||
public static int anInt2952 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!jb", name = "p", descriptor = "I")
|
||||
public static int anInt2954 = -1;
|
||||
|
||||
@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);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue