Package net.minecraft.command.argument
Class Vec3ArgumentType
java.lang.Object
net.minecraft.command.argument.Vec3ArgumentType
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<PosArgument>
public class Vec3ArgumentType extends Object implements com.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Mappings:
Namespace Name official erintermediary net/minecraft/class_2277named net/minecraft/command/argument/Vec3ArgumentType
-
Field Summary
Fields Modifier and Type Field Description private booleancenterIntegersprivate static Collection<String>EXAMPLESstatic com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeINCOMPLETE_EXCEPTIONstatic com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeMIXED_COORDINATE_EXCEPTION -
Constructor Summary
Constructors Constructor Description Vec3ArgumentType(boolean centerIntegers) -
Method Summary
Modifier and Type Method Description Collection<String>getExamples()static PosArgumentgetPosArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)static Vec3dgetVec3(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)PosArgumentparse(com.mojang.brigadier.StringReader stringReader)static Vec3ArgumentTypevec3()static Vec3ArgumentTypevec3(boolean centerIntegers)
-
Field Details
-
EXAMPLES
- Mappings:
Namespace Name Mixin selector official cLer;c:Ljava/util/Collection;intermediary field_10754Lnet/minecraft/class_2277;field_10754:Ljava/util/Collection;named EXAMPLESLnet/minecraft/command/argument/Vec3ArgumentType;EXAMPLES:Ljava/util/Collection;
-
INCOMPLETE_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INCOMPLETE_EXCEPTION- Mappings:
Namespace Name Mixin selector official aLer;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_10755Lnet/minecraft/class_2277;field_10755:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named INCOMPLETE_EXCEPTIONLnet/minecraft/command/argument/Vec3ArgumentType;INCOMPLETE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
MIXED_COORDINATE_EXCEPTION
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType MIXED_COORDINATE_EXCEPTION- Mappings:
Namespace Name Mixin selector official bLer;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_10757Lnet/minecraft/class_2277;field_10757:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named MIXED_COORDINATE_EXCEPTIONLnet/minecraft/command/argument/Vec3ArgumentType;MIXED_COORDINATE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
centerIntegers
private final boolean centerIntegers- Mappings:
Namespace Name Mixin selector official dLer;d:Zintermediary field_10756Lnet/minecraft/class_2277;field_10756:Znamed centerIntegersLnet/minecraft/command/argument/Vec3ArgumentType;centerIntegers:Z
-
-
Constructor Details
-
Vec3ArgumentType
public Vec3ArgumentType(boolean centerIntegers)- Mappings:
Namespace Name Mixin selector official <init>Ler;<init>(Z)Vintermediary <init>Lnet/minecraft/class_2277;<init>(Z)Vnamed <init>Lnet/minecraft/command/argument/Vec3ArgumentType;<init>(Z)V
-
-
Method Details
-
vec3
- Mappings:
Namespace Name Mixin selector official aLer;a()Ler;intermediary method_9737Lnet/minecraft/class_2277;method_9737()Lnet/minecraft/class_2277;named vec3Lnet/minecraft/command/argument/Vec3ArgumentType;vec3()Lnet/minecraft/command/argument/Vec3ArgumentType;
-
vec3
- Mappings:
Namespace Name Mixin selector official aLer;a(Z)Ler;intermediary method_9735Lnet/minecraft/class_2277;method_9735(Z)Lnet/minecraft/class_2277;named vec3Lnet/minecraft/command/argument/Vec3ArgumentType;vec3(Z)Lnet/minecraft/command/argument/Vec3ArgumentType;
-
getVec3
public static Vec3d getVec3(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)- Mappings:
Namespace Name Mixin selector official aLer;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Ldiu;intermediary method_9736Lnet/minecraft/class_2277;method_9736(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_243;named getVec3Lnet/minecraft/command/argument/Vec3ArgumentType;getVec3(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/math/Vec3d;
-
getPosArgument
public static PosArgument getPosArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)- Mappings:
Namespace Name Mixin selector official bLer;b(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lem;intermediary method_9734Lnet/minecraft/class_2277;method_9734(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2267;named getPosArgumentLnet/minecraft/command/argument/Vec3ArgumentType;getPosArgument(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/command/argument/PosArgument;
-
parse
public PosArgument parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLer;a(Lcom/mojang/brigadier/StringReader;)Lem;intermediary method_9738Lnet/minecraft/class_2277;method_9738(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2267;named parseLnet/minecraft/command/argument/Vec3ArgumentType;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:
listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>- Mappings:
Namespace Name Mixin selector official listSuggestionsLer;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;intermediary listSuggestionsLnet/minecraft/class_2277;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;named listSuggestionsLnet/minecraft/command/argument/Vec3ArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<PosArgument>- Mappings:
Namespace Name Mixin selector official getExamplesLer;getExamples()Ljava/util/Collection;intermediary getExamplesLnet/minecraft/class_2277;getExamples()Ljava/util/Collection;named getExamplesLnet/minecraft/command/argument/Vec3ArgumentType;getExamples()Ljava/util/Collection;
-