Package net.minecraft.commands.arguments
Class NbtTagArgument
java.lang.Object
net.minecraft.commands.arguments.NbtTagArgument
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<Tag>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <S> Tagstatic NbtTagArgumentnbtTag()parse(com.mojang.brigadier.StringReader p_100661_) 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
- 
Field Details- 
EXAMPLES
 
- 
- 
Constructor Details- 
NbtTagArgumentprivate NbtTagArgument()
 
- 
- 
Method Details- 
nbtTag
- 
getNbtTag
- 
parsepublic Tag parse(com.mojang.brigadier.StringReader p_100661_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<Tag>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<Tag>
 
 
-