Class ScoreboardSlotArgument

java.lang.Object
net.minecraft.commands.arguments.ScoreboardSlotArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Integer>

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

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_INVALID_VALUE

      public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_VALUE
  • Constructor Details

    • ScoreboardSlotArgument

      private ScoreboardSlotArgument()
  • Method Details

    • displaySlot

      public static ScoreboardSlotArgument displaySlot()
    • getDisplaySlot

      public static int getDisplaySlot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_109200_, String p_109201_)
    • parse

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

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

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