Package net.minecraft.commands.arguments
Class UuidArgument
java.lang.Object
net.minecraft.commands.arguments.UuidArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<UUID>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Pattern
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final Collection<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UUID
getUuid
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_113854_, String p_113855_) parse
(com.mojang.brigadier.StringReader p_113852_) static UuidArgument
uuid()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
Field Details
-
ERROR_INVALID_UUID
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_INVALID_UUID -
EXAMPLES
-
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
-
parse
public UUID parse(com.mojang.brigadier.StringReader p_113852_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<UUID>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<UUID>
-