Package net.minecraft.command.arguments
Class NBTCompoundTagArgument
- java.lang.Object
-
- net.minecraft.command.arguments.NBTCompoundTagArgument
-
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<CompoundNBT>
public class NBTCompoundTagArgument extends java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<CompoundNBT>
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Collection<java.lang.String>
EXAMPLES
-
Constructor Summary
Constructors Modifier Constructor Description private
NBTCompoundTagArgument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NBTCompoundTagArgument
compoundTag()
static <S> CompoundNBT
getCompoundTag(com.mojang.brigadier.context.CommandContext<S> p_218042_0_, java.lang.String p_218042_1_)
java.util.Collection<java.lang.String>
getExamples()
CompoundNBT
parse(com.mojang.brigadier.StringReader p_parse_1_)
-
-
-
Method Detail
-
compoundTag
public static NBTCompoundTagArgument compoundTag()
-
getCompoundTag
public static <S> CompoundNBT getCompoundTag(com.mojang.brigadier.context.CommandContext<S> p_218042_0_, java.lang.String p_218042_1_)
-
parse
public CompoundNBT parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<CompoundNBT>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
public java.util.Collection<java.lang.String> getExamples()
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<CompoundNBT>
-
-