Class Vec2ArgumentType

java.lang.Object
net.minecraft.command.argument.Vec2ArgumentType
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<PosArgument>

public class Vec2ArgumentType extends Object implements com.mojang.brigadier.arguments.ArgumentType<PosArgument>
Mappings:
Namespace Name
official fj
intermediary net/minecraft/class_2274
named net/minecraft/command/argument/Vec2ArgumentType
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
      Mappings:
      Namespace Name Mixin selector
      official b Lfj;b:Ljava/util/Collection;
      intermediary field_10742 Lnet/minecraft/class_2274;field_10742:Ljava/util/Collection;
      named EXAMPLES Lnet/minecraft/command/argument/Vec2ArgumentType;EXAMPLES:Ljava/util/Collection;
    • INCOMPLETE_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INCOMPLETE_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Lfj;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_10743 Lnet/minecraft/class_2274;field_10743:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named INCOMPLETE_EXCEPTION Lnet/minecraft/command/argument/Vec2ArgumentType;INCOMPLETE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • centerIntegers

      private final boolean centerIntegers
      Mappings:
      Namespace Name Mixin selector
      official c Lfj;c:Z
      intermediary field_10744 Lnet/minecraft/class_2274;field_10744:Z
      named centerIntegers Lnet/minecraft/command/argument/Vec2ArgumentType;centerIntegers:Z
  • Constructor Details

    • Vec2ArgumentType

      public Vec2ArgumentType(boolean centerIntegers)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfj;<init>(Z)V
      intermediary <init> Lnet/minecraft/class_2274;<init>(Z)V
      named <init> Lnet/minecraft/command/argument/Vec2ArgumentType;<init>(Z)V
  • Method Details

    • vec2

      public static Vec2ArgumentType vec2()
      Mappings:
      Namespace Name Mixin selector
      official a Lfj;a()Lfj;
      intermediary method_9723 Lnet/minecraft/class_2274;method_9723()Lnet/minecraft/class_2274;
      named vec2 Lnet/minecraft/command/argument/Vec2ArgumentType;vec2()Lnet/minecraft/command/argument/Vec2ArgumentType;
    • vec2

      public static Vec2ArgumentType vec2(boolean centerIntegers)
      Mappings:
      Namespace Name Mixin selector
      official a Lfj;a(Z)Lfj;
      intermediary method_35802 Lnet/minecraft/class_2274;method_35802(Z)Lnet/minecraft/class_2274;
      named vec2 Lnet/minecraft/command/argument/Vec2ArgumentType;vec2(Z)Lnet/minecraft/command/argument/Vec2ArgumentType;
    • getVec2

      public static Vec2f getVec2(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lfj;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lead;
      intermediary method_9724 Lnet/minecraft/class_2274;method_9724(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_241;
      named getVec2 Lnet/minecraft/command/argument/Vec2ArgumentType;getVec2(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/math/Vec2f;
    • parse

      public PosArgument parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<PosArgument>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lfj;a(Lcom/mojang/brigadier/StringReader;)Lff;
      intermediary method_9725 Lnet/minecraft/class_2274;method_9725(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2267;
      named parse Lnet/minecraft/command/argument/Vec2ArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/PosArgument;
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<PosArgument>
      Mappings:
      Namespace Name Mixin selector
      official listSuggestions Lfj;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      intermediary listSuggestions Lnet/minecraft/class_2274;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
      named listSuggestions Lnet/minecraft/command/argument/Vec2ArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
    • getExamples

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