mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
Rename Class92 to Environment
This commit is contained in:
parent
c9f355cf3c
commit
52b455e2d3
6 changed files with 12 additions and 12 deletions
|
|
@ -1,92 +0,0 @@
|
|||
import org.openrs2.deob.annotation.OriginalArg;
|
||||
import org.openrs2.deob.annotation.OriginalClass;
|
||||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
import org.openrs2.deob.annotation.Pc;
|
||||
|
||||
@OriginalClass("client!li")
|
||||
public final class Class92 {
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "c", descriptor = "I")
|
||||
public final int anInt3526;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "q", descriptor = "F")
|
||||
public final float aFloat17;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "d", descriptor = "I")
|
||||
public final int anInt3527;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "n", descriptor = "F")
|
||||
public final float aFloat16;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "a", descriptor = "I")
|
||||
public final int anInt3525;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "g", descriptor = "I")
|
||||
public final int anInt3528;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "s", descriptor = "F")
|
||||
public final float aFloat18;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "j", descriptor = "I")
|
||||
public final int anInt3529;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "k", descriptor = "I")
|
||||
public final int anInt3530;
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "<init>", descriptor = "()V")
|
||||
public Class92() {
|
||||
this.anInt3526 = Static161.anInt3923;
|
||||
this.aFloat17 = 1.2F;
|
||||
this.anInt3527 = -50;
|
||||
this.aFloat16 = 1.1523438F;
|
||||
this.anInt3525 = Static161.anInt3922;
|
||||
this.anInt3528 = -60;
|
||||
this.aFloat18 = 0.69921875F;
|
||||
this.anInt3529 = 0;
|
||||
this.anInt3530 = -50;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!li", name = "<init>", descriptor = "(Lclient!wa;)V")
|
||||
public Class92(@OriginalArg(0) Buffer arg0) {
|
||||
@Pc(7) int local7 = arg0.method2229();
|
||||
if ((local7 & 0x1) == 0) {
|
||||
this.anInt3526 = Static161.anInt3923;
|
||||
} else {
|
||||
this.anInt3526 = arg0.method2174();
|
||||
}
|
||||
if ((local7 & 0x2) == 0) {
|
||||
this.aFloat16 = 1.1523438F;
|
||||
} else {
|
||||
this.aFloat16 = (float) arg0.method2163() / 256.0F;
|
||||
}
|
||||
if ((local7 & 0x4) == 0) {
|
||||
this.aFloat18 = 0.69921875F;
|
||||
} else {
|
||||
this.aFloat18 = (float) arg0.method2163() / 256.0F;
|
||||
}
|
||||
if ((local7 & 0x8) == 0) {
|
||||
this.aFloat17 = 1.2F;
|
||||
} else {
|
||||
this.aFloat17 = (float) arg0.method2163() / 256.0F;
|
||||
}
|
||||
if ((local7 & 0x10) == 0) {
|
||||
this.anInt3527 = -50;
|
||||
this.anInt3530 = -50;
|
||||
this.anInt3528 = -60;
|
||||
} else {
|
||||
this.anInt3530 = arg0.method2213();
|
||||
this.anInt3528 = arg0.method2213();
|
||||
this.anInt3527 = arg0.method2213();
|
||||
}
|
||||
if ((local7 & 0x20) == 0) {
|
||||
this.anInt3525 = Static161.anInt3922;
|
||||
} else {
|
||||
this.anInt3525 = arg0.method2174();
|
||||
}
|
||||
if ((local7 & 0x40) == 0) {
|
||||
this.anInt3529 = 0;
|
||||
} else {
|
||||
this.anInt3529 = arg0.method2163();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue