Class ComponentArgument

java.lang.Object
net.minecraft.command.arguments.ComponentArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<ITextComponent>

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

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_INVALID_JSON

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

    • ComponentArgument

      private ComponentArgument()
  • Method Details

    • getComponent

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

      public static ComponentArgument textComponent()
    • 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 Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<ITextComponent>