Class Vec2Argument

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

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

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_NOT_COMPLETE

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE
    • centerCorrect

      private final boolean centerCorrect
  • Constructor Details

    • Vec2Argument

      public Vec2Argument(boolean p_i47965_1_)
  • Method Details

    • vec2

      public static Vec2Argument vec2()
    • getVec2

      public static Vector2f getVec2(com.mojang.brigadier.context.CommandContext<CommandSource> p_197295_0_, String p_197295_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • parse

      public ILocationArgument parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>