mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 21:10:19 -07:00
Consolidated a bunch of static classes
This commit is contained in:
parent
cf6a86e926
commit
774d382816
260 changed files with 4163 additions and 4536 deletions
|
|
@ -1,8 +1,6 @@
|
|||
package rt4;
|
||||
|
||||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
public final class Static167 {
|
||||
|
||||
|
|
@ -12,21 +10,4 @@ public final class Static167 {
|
|||
@OriginalMember(owner = "client!nd", name = "y", descriptor = "Lclient!mm;")
|
||||
public static SoftwareSprite aClass3_Sub2_Sub1_Sub1_3;
|
||||
|
||||
@OriginalMember(owner = "client!nd", name = "b", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_780 = JagString.parse("Clientscript error in: ");
|
||||
|
||||
@OriginalMember(owner = "client!nd", name = "x", descriptor = "Lclient!na;")
|
||||
public static final JagString aClass100_783 = JagString.parse(")4p=");
|
||||
|
||||
@OriginalMember(owner = "client!nd", name = "a", descriptor = "(ZLclient!qb;)V")
|
||||
public static void setInactive(@OriginalArg(1) PcmStream arg0) {
|
||||
if (arg0.aClass3_Sub16_5 != null) {
|
||||
arg0.aClass3_Sub16_5.anInt3313 = 0;
|
||||
}
|
||||
arg0.aBoolean292 = false;
|
||||
for (@Pc(14) PcmStream local14 = arg0.method4406(); local14 != null; local14 = arg0.method4409()) {
|
||||
setInactive(local14);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue