Class HexColorArgument

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

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

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_INVALID_HEX

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

    • HexColorArgument

      private HexColorArgument()
  • Method Details

    • hexColor

      public static HexColorArgument hexColor()
    • getHexColor

      public static Integer getHexColor(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_416336_, String p_415877_)
    • parse

      public Integer parse(com.mojang.brigadier.StringReader p_415863_) 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_416562_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_415571_)
      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>