From 38f978c4a50867f479b4133e8b28036e9109aa58 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 14 Sep 2020 11:45:08 +0100 Subject: [PATCH] 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 --- share/deob/map/client.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/deob/map/client.yaml b/share/deob/map/client.yaml index 2233e798..828236a4 100644 --- a/share/deob/map/client.yaml +++ b/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. (Ljava/lang/String;I)V: - owner: "EnumInverseNode" + owner: "EnumStringEntry" name: "" arguments: 0: "value"