From 4da1f7c91e23f09d5a828314a5ea0cd11ae7db6d Mon Sep 17 00:00:00 2001 From: haykam821 <24855774+haykam821@users.noreply.github.com> Date: Thu, 29 Apr 2021 12:12:19 -0400 Subject: [PATCH] Rename the NbtCompoundTagArgumentType class to NbtCompoundArgumentType (#2360) Fixes #2359 --- ...dTagArgumentType.mapping => NbtCompoundArgumentType.mapping} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename mappings/net/minecraft/command/argument/{NbtCompoundTagArgumentType.mapping => NbtCompoundArgumentType.mapping} (92%) diff --git a/mappings/net/minecraft/command/argument/NbtCompoundTagArgumentType.mapping b/mappings/net/minecraft/command/argument/NbtCompoundArgumentType.mapping similarity index 92% rename from mappings/net/minecraft/command/argument/NbtCompoundTagArgumentType.mapping rename to mappings/net/minecraft/command/argument/NbtCompoundArgumentType.mapping index b1fc78cd65..aac422313e 100644 --- a/mappings/net/minecraft/command/argument/NbtCompoundTagArgumentType.mapping +++ b/mappings/net/minecraft/command/argument/NbtCompoundArgumentType.mapping @@ -1,4 +1,4 @@ -CLASS net/minecraft/class_2179 net/minecraft/command/argument/NbtCompoundTagArgumentType +CLASS net/minecraft/class_2179 net/minecraft/command/argument/NbtCompoundArgumentType FIELD field_9843 EXAMPLES Ljava/util/Collection; METHOD method_9284 nbtCompound ()Lnet/minecraft/class_2179; METHOD method_9285 getNbtCompound (Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2487;