mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 12:30:21 -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
|
|
@ -15,16 +15,13 @@ public final class Static148 {
|
|||
@OriginalMember(owner = "client!li", name = "x", descriptor = "I")
|
||||
public static int screenUpperY;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "p", descriptor = "Lclient!na;")
|
||||
public static final JagString REBUILD = JagString.parse("::rebuild");
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "a", descriptor = "(III)V")
|
||||
@OriginalMember(owner = "client!li", name = "a", descriptor = "(III)V")
|
||||
public static void method2766(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
VarpDomain.activeVarps[arg0] = arg1;
|
||||
@Pc(21) LongNode local21 = (LongNode) Static199.aClass133_20.get((long) arg0);
|
||||
@Pc(21) LongNode local21 = (LongNode) VarpDomain.aClass133_20.get((long) arg0);
|
||||
if (local21 == null) {
|
||||
local21 = new LongNode(MonotonicClock.currentTimeMillis() + 500L);
|
||||
Static199.aClass133_20.put(local21, (long) arg0);
|
||||
VarpDomain.aClass133_20.put(local21, (long) arg0);
|
||||
} else {
|
||||
local21.value = MonotonicClock.currentTimeMillis() + 500L;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue