Class UuidArgument

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

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

    • ERROR_INVALID_UUID

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_INVALID_UUID
    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ALLOWED_CHARACTERS

      private static final Pattern ALLOWED_CHARACTERS
  • Constructor Details

    • UuidArgument

      public UuidArgument()
  • Method Details

    • getUuid

      public static UUID getUuid(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_113854_, String p_113855_)
    • uuid

      public static UuidArgument uuid()
    • parse

      public UUID parse(com.mojang.brigadier.StringReader p_113852_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<UUID>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getExamples

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