Class ComponentArgument

  • All Implemented Interfaces:
    com.mojang.brigadier.arguments.ArgumentType<ITextComponent>

    public class ComponentArgument
    extends java.lang.Object
    implements com.mojang.brigadier.arguments.ArgumentType<ITextComponent>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_JSON  
      private static java.util.Collection<java.lang.String> EXAMPLES  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ComponentArgument()  
    • Field Detail

      • EXAMPLES

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

        public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_JSON
    • Constructor Detail

      • ComponentArgument

        private ComponentArgument()
    • Method Detail

      • getComponent

        public static ITextComponent getComponent​(com.mojang.brigadier.context.CommandContext<CommandSource> p_197068_0_,
                                                  java.lang.String p_197068_1_)
      • parse

        public ITextComponent parse​(com.mojang.brigadier.StringReader p_parse_1_)
                             throws com.mojang.brigadier.exceptions.CommandSyntaxException
        Specified by:
        parse in interface com.mojang.brigadier.arguments.ArgumentType<ITextComponent>
        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<ITextComponent>