rs-client: Fix getters (#1708)

* rs-client: Fix worldmap getters

* rs-client: Fix selectedItemID getter

* rs-client: Fix Clock getters

* rs-client: Fix GameShell getters

* rs-client: Fix ItemDefinition getters

* rs-client: Fix MusicPatchNode getters

* rs-client: Fix NPCDefinition getters

* rs-client: Fix ObjectDefinition getters

* rs-client: Fix ObjectSound getters

* rs-client: Fix class225 getters

* actions: PR lint allow dashes
This commit is contained in:
Owain van Brakel
2019-10-03 20:40:03 +02:00
committed by Ganom
parent 126cb7fcda
commit e3d02ffbdb
11 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ public final class ObjectSound extends Node {
static int oculusOrbFocalPointX;
@ObfuscatedName("z")
@ObfuscatedGetter(
intValue = 1492014720
intValue = 1622269101
)
int field1059;
@ObfuscatedName("v")
@@ -50,13 +50,13 @@ public final class ObjectSound extends Node {
ObjectDefinition obj;
@ObfuscatedName("p")
@ObfuscatedGetter(
intValue = 1473760896
intValue = 514830237
)
@Export("y")
int y;
@ObfuscatedName("q")
@ObfuscatedGetter(
intValue = 1080681344
intValue = -394210361
)
int field1060;
@ObfuscatedName("m")