Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too

This commit is contained in:
Pazaz 2022-04-23 16:25:30 -04:00
parent e11ef7d372
commit d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions

View file

@ -6,7 +6,7 @@ import org.openrs2.deob.annotation.Pc;
public final class MouseRecorder implements Runnable {
@OriginalMember(owner = "client!jd", name = "e", descriptor = "Z")
public boolean aBoolean151 = true;
public boolean running = true;
@OriginalMember(owner = "client!jd", name = "f", descriptor = "Ljava/lang/Object;")
public final Object lock = new Object();
@ -23,7 +23,7 @@ public final class MouseRecorder implements Runnable {
@OriginalMember(owner = "client!jd", name = "run", descriptor = "()V")
@Override
public final void run() {
while (this.aBoolean151) {
while (this.running) {
@Pc(12) Object local12 = this.lock;
synchronized (this.lock) {
if (this.samples < 500) {