Class ScoreboardSlotArgument

  • All Implemented Interfaces:
    com.mojang.brigadier.arguments.ArgumentType<java.lang.Integer>

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

      Fields 
      Modifier and Type Field Description
      static com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_VALUE  
      private static java.util.Collection<java.lang.String> EXAMPLES  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ScoreboardSlotArgument displaySlot()  
      static int getDisplaySlot​(com.mojang.brigadier.context.CommandContext<CommandSource> p_197217_0_, java.lang.String p_197217_1_)  
      java.util.Collection<java.lang.String> getExamples()  
      <S> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions​(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)  
      java.lang.Integer parse​(com.mojang.brigadier.StringReader p_parse_1_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EXAMPLES

        private static final java.util.Collection<java.lang.String> EXAMPLES
      • ERROR_INVALID_VALUE

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

      • ScoreboardSlotArgument

        private ScoreboardSlotArgument()
    • Method Detail

      • getDisplaySlot

        public static int getDisplaySlot​(com.mojang.brigadier.context.CommandContext<CommandSource> p_197217_0_,
                                         java.lang.String p_197217_1_)
      • parse

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

        public <S> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions​(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_,
                                                                                                                       com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
        Specified by:
        listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<java.lang.Integer>
      • getExamples

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