Package net.minecraft.command.argument
Class NbtCompoundArgumentType
java.lang.Object
net.minecraft.command.argument.NbtCompoundArgumentType
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<NbtCompound>
public class NbtCompoundArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<NbtCompound>
- Mappings:
- Namespace - Name - named - net/minecraft/command/argument/NbtCompoundArgumentType- intermediary - net/minecraft/class_2179- official - fh
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <S> NbtCompoundgetNbtCompound(com.mojang.brigadier.context.CommandContext<S> context, String name) static NbtCompoundArgumentTypeparse(com.mojang.brigadier.StringReader stringReader) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentTypelistSuggestions, parse
- 
Field Details- 
EXAMPLES- Mappings:
- Namespace - Name - Mixin selector - named - EXAMPLES- Lnet/minecraft/command/argument/NbtCompoundArgumentType;EXAMPLES:Ljava/util/Collection;- intermediary - field_9843- Lnet/minecraft/class_2179;field_9843:Ljava/util/Collection;- official - a- Lfh;a:Ljava/util/Collection;
 
 
- 
- 
Constructor Details- 
NbtCompoundArgumentTypeprivate NbtCompoundArgumentType()
 
- 
- 
Method Details- 
nbtCompound- Mappings:
- Namespace - Name - Mixin selector - named - nbtCompound- Lnet/minecraft/command/argument/NbtCompoundArgumentType;nbtCompound()Lnet/minecraft/command/argument/NbtCompoundArgumentType;- intermediary - method_9284- Lnet/minecraft/class_2179;method_9284()Lnet/minecraft/class_2179;- official - a- Lfh;a()Lfh;
 
- 
getNbtCompoundpublic static <S> NbtCompound getNbtCompound(com.mojang.brigadier.context.CommandContext<S> context, String name) - Mappings:
- Namespace - Name - Mixin selector - named - getNbtCompound- Lnet/minecraft/command/argument/NbtCompoundArgumentType;getNbtCompound(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/nbt/NbtCompound;- intermediary - method_9285- Lnet/minecraft/class_2179;method_9285(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2487;- official - a- Lfh;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ltq;
 
- 
parsepublic NbtCompound parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<NbtCompound>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - parse- Lnet/minecraft/command/argument/NbtCompoundArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/nbt/NbtCompound;- intermediary - method_9286- Lnet/minecraft/class_2179;method_9286(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2487;- official - a- Lfh;a(Lcom/mojang/brigadier/StringReader;)Ltq;
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<NbtCompound>
 
 
-