Rename EnumInverseNode to EnumStringEntry

I think this fits slightly better - Entry reminds me of Map.Entry, which
is similar. There's no need for Node subclasses to be suffixed with Node
in general - we just don't have any choice with classes like StringNode
(we have to avoid a collision with Java's String type).

Signed-off-by: Graham <gpe@openrs2.dev>
bzip2
Graham 4 years ago
parent 10be6e4b73
commit 38f978c4a5
  1. 8
      share/deob/map/client.yaml

@ -193,7 +193,7 @@ classes:
client!ph: "TextureOp19"
client!pi: "Class135"
client!pk: "TextureOp2"
client!pl: "EnumInverseNode"
client!pl: "EnumStringEntry"
client!po: "Class138"
client!q: "Class139"
client!qa: "Class140"
@ -7626,7 +7626,7 @@ fields:
owner: "Text"
name: "CHATCOL9"
client!pl.s Ljava/lang/String;:
owner: "EnumInverseNode"
owner: "EnumStringEntry"
name: "value"
client!pl.u [Lclient!te;:
owner: "Static5"
@ -15107,7 +15107,7 @@ methods:
arguments: {}
locals:
22: "node"
34: "inverseNode"
34: "entry"
client!cj.e (I)V:
owner: "EnumType"
name: "inverseInts"
@ -35339,7 +35339,7 @@ methods:
locals:
15: "local15"
client!pl.<init> (Ljava/lang/String;I)V:
owner: "EnumInverseNode"
owner: "EnumStringEntry"
name: "<init>"
arguments:
0: "value"

Loading…
Cancel
Save