net.minecraft.server.command

public class FetchProfileCommand

net.minecraft.server.commands.FetchProfileCommand
net.minecraft.server.commands.FetchProfileCommand
net.minecraft.class_11753
net.minecraft.server.command.FetchProfileCommand

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
NO_PROFILE
NO_PROFILE
field_1_2084
NO_PROFILE_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_73262(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static void
reportResolvedProfile(CommandSourceStack sender, com.mojang.authlib.GameProfile gameProfile, String messageId, Component argument)
reportResolvedProfile(CommandSourceStack sender, com.mojang.authlib.GameProfile gameProfile, String messageId, Component argument)
method_73264(class_2168 arg0, com.mojang.authlib.GameProfile arg1, String arg2, class_2561 arg3)
sendResult(ServerCommandSource source, com.mojang.authlib.GameProfile profile, String successKey, Text displayName)
private static void
reportResolvedProfile(CommandSourceStack sender, String messageId, Component argument, ResolvableProfile profile)
reportResolvedProfile(CommandSourceStack sender, String messageId, Component argument, ResolvableProfile profile)
method_1_2530(class_2168 arg0, String arg1, class_2561 arg2, class_9296 arg3)
execute(ServerCommandSource source, String successKey, Text displayName, ProfileComponent profile)
private static int
resolveName(CommandSourceStack source, String name)
resolveName(CommandSourceStack source, String name)
method_73266(class_2168 arg0, String arg1)
executeName(ServerCommandSource source, String name)
private static int
resolveId(CommandSourceStack source, UUID id)
resolveId(CommandSourceStack source, UUID id)
method_73268(class_2168 arg0, UUID arg1)
executeId(ServerCommandSource source, UUID id)
private static int
printForEntity(CommandSourceStack source, Entity entity)
printForEntity(CommandSourceStack source, Entity entity)
method_1_2529(class_2168 arg0, class_1297 arg1)
executeEntity(ServerCommandSource source, Entity entity)
public static void
printForAvatar(CommandSourceStack source, Avatar avatar)
printForAvatar(CommandSourceStack source, Avatar avatar)
method_1_2528(class_2168 arg0, class_11890 arg1)
executePlayer(ServerCommandSource source, PlayerLikeEntity player)