Rename the NbtCompoundTagArgumentType class to NbtCompoundArgumentType (#2360)

Fixes #2359
This commit is contained in:
haykam821 2021-04-29 12:12:19 -04:00 committed by GitHub
parent bd93dbb980
commit 4da1f7c91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;