Class ColumnPosArgument

java.lang.Object
net.minecraft.commands.arguments.coordinates.ColumnPosArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Coordinates>

public class ColumnPosArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<Coordinates>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_NOT_COMPLETE

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE
  • Constructor Details

    • ColumnPosArgument

      public ColumnPosArgument()
  • Method Details

    • columnPos

      public static ColumnPosArgument columnPos()
    • getColumnPos

      public static ColumnPos getColumnPos(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_118993_, String p_118994_)
    • parse

      public Coordinates parse(com.mojang.brigadier.StringReader p_118991_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<Coordinates>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • listSuggestions

      public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_118997_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_118998_)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<Coordinates>
    • getExamples

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