Class CompoundTagArgument
java.lang.Object
net.minecraft.commands.arguments.CompoundTagArgument
- All Implemented Interfaces:
ArgumentType<CompoundTag>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompoundTagArgumentstatic <S> CompoundTaggetCompoundTag(CommandContext<S> context, String name) parse(StringReader reader) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ArgumentType
listSuggestions, parse
-
Field Details
-
EXAMPLES
-
-
Constructor Details
-
CompoundTagArgument
private CompoundTagArgument()
-
-
Method Details
-
compoundTag
-
getCompoundTag
-
parse
- Specified by:
parsein interfaceArgumentType<CompoundTag>- Throws:
CommandSyntaxException
-
getExamples
- Specified by:
getExamplesin interfaceArgumentType<CompoundTag>
-