Package net.minecraft.command.argument
Class ColumnPosArgumentType
java.lang.Object
net.minecraft.command.argument.ColumnPosArgumentType
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<PosArgument>
public class ColumnPosArgumentType
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Mappings:
- Namespace - Name - named - net/minecraft/command/argument/ColumnPosArgumentType- intermediary - net/minecraft/class_2264- official - gu
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Collection<String> static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ColumnPosArgumentTypestatic ColumnPosgetColumnPos(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) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentTypeparse
- 
Field Details- 
EXAMPLES- Mappings:
- Namespace - Name - Mixin selector - named - EXAMPLES- Lnet/minecraft/command/argument/ColumnPosArgumentType;EXAMPLES:Ljava/util/Collection;- intermediary - field_10705- Lnet/minecraft/class_2264;field_10705:Ljava/util/Collection;- official - b- Lgu;b:Ljava/util/Collection;
 
- 
INCOMPLETE_EXCEPTIONpublic static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INCOMPLETE_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - INCOMPLETE_EXCEPTION- Lnet/minecraft/command/argument/ColumnPosArgumentType;INCOMPLETE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_10706- Lnet/minecraft/class_2264;field_10706:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - a- Lgu;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 
- 
- 
Constructor Details- 
ColumnPosArgumentTypepublic ColumnPosArgumentType()
 
- 
- 
Method Details- 
columnPos- Mappings:
- Namespace - Name - Mixin selector - named - columnPos- Lnet/minecraft/command/argument/ColumnPosArgumentType;columnPos()Lnet/minecraft/command/argument/ColumnPosArgumentType;- intermediary - method_9701- Lnet/minecraft/class_2264;method_9701()Lnet/minecraft/class_2264;- official - a- Lgu;a()Lgu;
 
- 
getColumnPospublic static ColumnPos getColumnPos(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) - Mappings:
- Namespace - Name - Mixin selector - named - getColumnPos- Lnet/minecraft/command/argument/ColumnPosArgumentType;getColumnPos(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/math/ColumnPos;- intermediary - method_9702- Lnet/minecraft/class_2264;method_9702(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2265;- official - a- Lgu;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Laqp;
 
- 
parsepublic PosArgument parse(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - parse- Lnet/minecraft/command/argument/ColumnPosArgumentType;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/PosArgument;- intermediary - method_9703- Lnet/minecraft/class_2264;method_9703(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2267;- official - a- Lgu;a(Lcom/mojang/brigadier/StringReader;)Lgv;
 
- 
listSuggestionspublic <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Specified by:
- listSuggestionsin interface- com.mojang.brigadier.arguments.ArgumentType<PosArgument>
- Mappings:
- Namespace - Name - Mixin selector - named - listSuggestions- Lnet/minecraft/command/argument/ColumnPosArgumentType;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;- intermediary - listSuggestions- Lnet/minecraft/class_2264;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;- official - listSuggestions- Lgu;listSuggestions(Lcom/mojang/brigadier/context/CommandContext;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<PosArgument>
 
 
-