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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
uses: seferov/pr-lint-action@master
|
uses: seferov/pr-lint-action@master
|
||||||
with:
|
with:
|
||||||
title-regex: '^\w+: \w+'
|
title-regex: '^([\w-]+): \w+'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ public abstract class AbstractWorldMapData {
|
|||||||
static int selectedItemId;
|
static int selectedItemId;
|
||||||
@ObfuscatedName("z")
|
@ObfuscatedName("z")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -517574656
|
intValue = 461674944
|
||||||
)
|
)
|
||||||
@Export("regionXLow")
|
@Export("regionXLow")
|
||||||
int regionXLow;
|
int regionXLow;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import net.runelite.mapping.ObfuscatedSignature;
|
|||||||
public abstract class Clock {
|
public abstract class Clock {
|
||||||
@ObfuscatedName("qq")
|
@ObfuscatedName("qq")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -757684608
|
intValue = 1800617984
|
||||||
)
|
)
|
||||||
static int field2039;
|
static int field2039;
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ import net.runelite.mapping.ObfuscatedSignature;
|
|||||||
public abstract class GameShell extends Applet implements Runnable, FocusListener, WindowListener {
|
public abstract class GameShell extends Applet implements Runnable, FocusListener, WindowListener {
|
||||||
@ObfuscatedName("rx")
|
@ObfuscatedName("rx")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 1980034688
|
intValue = 41369600
|
||||||
)
|
)
|
||||||
static int field455;
|
static int field455;
|
||||||
@ObfuscatedName("z")
|
@ObfuscatedName("z")
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ public class ItemDefinition extends DualNode {
|
|||||||
public int ambient;
|
public int ambient;
|
||||||
@ObfuscatedName("bh")
|
@ObfuscatedName("bh")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 1020464737
|
intValue = 807356389
|
||||||
)
|
)
|
||||||
@Export("contrast")
|
@Export("contrast")
|
||||||
public int contrast;
|
public int contrast;
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ public class MusicPatchNode extends Node {
|
|||||||
int field2431;
|
int field2431;
|
||||||
@ObfuscatedName("a")
|
@ObfuscatedName("a")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 1967284030
|
intValue = -1163841633
|
||||||
)
|
)
|
||||||
int field2432;
|
int field2432;
|
||||||
@ObfuscatedName("e")
|
@ObfuscatedName("e")
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ public class NPCDefinition extends DualNode {
|
|||||||
int ambient;
|
int ambient;
|
||||||
@ObfuscatedName("az")
|
@ObfuscatedName("az")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -1785698549
|
intValue = -1216133169
|
||||||
)
|
)
|
||||||
@Export("contrast")
|
@Export("contrast")
|
||||||
int contrast;
|
int contrast;
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ public class ObjectDefinition extends DualNode {
|
|||||||
public int int1;
|
public int int1;
|
||||||
@ObfuscatedName("f")
|
@ObfuscatedName("f")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -1687714560
|
intValue = 1385916293
|
||||||
)
|
)
|
||||||
@Export("clipType")
|
@Export("clipType")
|
||||||
int clipType;
|
int clipType;
|
||||||
@@ -137,7 +137,7 @@ public class ObjectDefinition extends DualNode {
|
|||||||
int ambient;
|
int ambient;
|
||||||
@ObfuscatedName("az")
|
@ObfuscatedName("az")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -308737111
|
intValue = -1558537711
|
||||||
)
|
)
|
||||||
@Export("contrast")
|
@Export("contrast")
|
||||||
int contrast;
|
int contrast;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ public final class ObjectSound extends Node {
|
|||||||
static int oculusOrbFocalPointX;
|
static int oculusOrbFocalPointX;
|
||||||
@ObfuscatedName("z")
|
@ObfuscatedName("z")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 1492014720
|
intValue = 1622269101
|
||||||
)
|
)
|
||||||
int field1059;
|
int field1059;
|
||||||
@ObfuscatedName("v")
|
@ObfuscatedName("v")
|
||||||
@@ -50,13 +50,13 @@ public final class ObjectSound extends Node {
|
|||||||
ObjectDefinition obj;
|
ObjectDefinition obj;
|
||||||
@ObfuscatedName("p")
|
@ObfuscatedName("p")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 1473760896
|
intValue = 514830237
|
||||||
)
|
)
|
||||||
@Export("y")
|
@Export("y")
|
||||||
int y;
|
int y;
|
||||||
@ObfuscatedName("q")
|
@ObfuscatedName("q")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 1080681344
|
intValue = -394210361
|
||||||
)
|
)
|
||||||
int field1060;
|
int field1060;
|
||||||
@ObfuscatedName("m")
|
@ObfuscatedName("m")
|
||||||
|
|||||||
@@ -78,13 +78,13 @@ public final class WorldMapManager {
|
|||||||
int tileX;
|
int tileX;
|
||||||
@ObfuscatedName("o")
|
@ObfuscatedName("o")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 1059970624
|
intValue = 16562041
|
||||||
)
|
)
|
||||||
@Export("tileY")
|
@Export("tileY")
|
||||||
int tileY;
|
int tileY;
|
||||||
@ObfuscatedName("a")
|
@ObfuscatedName("a")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = 572615616
|
intValue = -2004318801
|
||||||
)
|
)
|
||||||
@Export("tileWidth")
|
@Export("tileWidth")
|
||||||
int tileWidth;
|
int tileWidth;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import net.runelite.mapping.ObfuscatedSignature;
|
|||||||
public class class225 {
|
public class class225 {
|
||||||
@ObfuscatedName("qy")
|
@ObfuscatedName("qy")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -628277248
|
intValue = 666180224
|
||||||
)
|
)
|
||||||
static int field3045;
|
static int field3045;
|
||||||
@ObfuscatedName("dx")
|
@ObfuscatedName("dx")
|
||||||
|
|||||||
Reference in New Issue
Block a user