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
official fe
intermediary net/minecraft/class_2264
named net/minecraft/command/argument/ColumnPosArgumentType
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
      Mappings:
      Namespace Name Mixin selector
      official b Lfe;b:Ljava/util/Collection;
      intermediary field_10705 Lnet/minecraft/class_2264;field_10705:Ljava/util/Collection;
      named EXAMPLES Lnet/minecraft/command/argument/ColumnPosArgumentType;EXAMPLES:Ljava/util/Collection;
    • INCOMPLETE_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INCOMPLETE_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Lfe;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_10706 Lnet/minecraft/class_2264;field_10706:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named INCOMPLETE_EXCEPTION Lnet/minecraft/command/argument/ColumnPosArgumentType;INCOMPLETE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • ColumnPosArgumentType

      public ColumnPosArgumentType()
  • Method Details

    • columnPos

      public static ColumnPosArgumentType columnPos()
      Mappings:
      Namespace Name Mixin selector
      official a Lfe;a()Lfe;
      intermediary method_9701 Lnet/minecraft/class_2264;method_9701()Lnet/minecraft/class_2264;
      named columnPos Lnet/minecraft/command/argument/ColumnPosArgumentType;columnPos()Lnet/minecraft/command/argument/ColumnPosArgumentType;
    • getColumnPos

      public static ColumnPos getColumnPos(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lfe;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lahd;
      intermediary method_9702 Lnet/minecraft/class_2264;method_9702(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_2265;
      named getColumnPos Lnet/minecraft/command/argument/ColumnPosArgumentType;getColumnPos(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/util/math/ColumnPos;
    • 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 Lfe;a(Lcom/mojang/brigadier/StringReader;)Lff;
      intermediary method_9703 Lnet/minecraft/class_2264;method_9703(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2267;
      named parse Lnet/minecraft/command/argument/ColumnPosArgumentType;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 Lfe;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;
      named listSuggestions Lnet/minecraft/command/argument/ColumnPosArgumentType;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>