net.minecraft.commands.arguments

public class UuidArgument

implements com.mojang.brigadier.arguments.ArgumentType<UUID>

gm
net.minecraft.commands.arguments.UuidArgument
net.minecraft.class_5242
net.minecraft.command.argument.UuidArgumentType
net.minecraft.commands.arguments.ArgumentUUID

Field summary

Modifier and TypeField
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_INVALID_UUID
field_24318
INVALID_UUID
private static final Collection<String>
b
EXAMPLES
field_24319
EXAMPLES
private static final Pattern
c
ALLOWED_CHARACTERS
field_24320
VALID_CHARACTERS

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static UUID
a(com.mojang.brigadier.context.CommandContext<ew> arg0, String arg1)
getUuid(com.mojang.brigadier.context.CommandContext<CommandSourceStack> arg0, String arg1)
method_27645(com.mojang.brigadier.context.CommandContext<class_2168> arg0, String arg1)
getUuid(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
public static UuidArgument
a()
uuid()
method_27643()
uuid()
public UUID
a(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
method_27644(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
public Collection<String>
getExamples()
getExamples()