Package net.minecraft.command.argument
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 fs
intermediary net/minecraft/class_2274
named net/minecraft/command/argument/Vec2ArgumentType
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private static final Collection<String>
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Vec2f
getVec2
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions
(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) parse
(com.mojang.brigadier.StringReader stringReader) static Vec2ArgumentType
vec2()
static Vec2ArgumentType
vec2
(boolean centerIntegers)
-
Field Details
-
EXAMPLES
- Mappings:
Namespace Name Mixin selector official b
Lfs;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
Lfs;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
Lfs;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>
Lfs;<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
- Mappings:
Namespace Name Mixin selector official a
Lfs;a()Lfs;
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
- Mappings:
Namespace Name Mixin selector official a
Lfs;a(Z)Lfs;
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
Lfs;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lels;
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 interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lfs;a(Lcom/mojang/brigadier/StringReader;)Lfo;
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 interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Mappings:
Namespace Name Mixin selector official listSuggestions
Lfs;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
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>
-