Class ArgumentNbtCompoundTag
java.lang.Object
net.minestom.server.command.builder.arguments.Argument<CompoundBinaryTag>
net.minestom.server.command.builder.arguments.minecraft.ArgumentNbtCompoundTag
Argument used to retrieve a
CompoundBinaryTag if you need key-value data.
Example: {display:{Name:"{\"text\":\"Sword of Power\"}"}}
-
Field Summary
FieldsFields inherited from class Argument
allowSpace, suggestionType, useRemaining -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(CommandSender sender, String input) Parses the given input, and throw anArgumentSyntaxExceptionif the input cannot be converted toTparser()toString()Methods inherited from class Argument
allowSpace, equals, filter, getCallback, getDefaultValue, getId, getSuggestionCallback, hasErrorCallback, hashCode, hasSuggestion, isOptional, map, map, nodeProperties, parse, setCallback, setDefaultValue, setDefaultValue, setDefaultValue, setSuggestionCallback, suggestionType, useRemaining
-
Field Details
-
INVALID_NBT
public static final int INVALID_NBT- See Also:
-
-
Constructor Details
-
ArgumentNbtCompoundTag
-
-
Method Details
-
parse
Description copied from class:ArgumentParses the given input, and throw anArgumentSyntaxExceptionif the input cannot be converted toT- Specified by:
parsein classArgument<CompoundBinaryTag>- Parameters:
input- the argument to parse- Returns:
- the parsed argument
- Throws:
ArgumentSyntaxException- ifvalueis not valid
-
parser
- Specified by:
parserin classArgument<CompoundBinaryTag>
-
toString
-