Class 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  
    • Field Detail

      • EXAMPLES

        private static final java.util.Collection<java.lang.String> EXAMPLES
    • Constructor Detail

      • NBTCompoundTagArgument

        private NBTCompoundTagArgument()
    • Method Detail

      • 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 interface com.mojang.brigadier.arguments.ArgumentType<CompoundNBT>
        Throws:
        com.mojang.brigadier.exceptions.CommandSyntaxException
      • getExamples

        public java.util.Collection<java.lang.String> getExamples()
        Specified by:
        getExamples in interface com.mojang.brigadier.arguments.ArgumentType<CompoundNBT>