Package net.minecraft.server.command
Class FetchProfileCommand
java.lang.Object
net.minecraft.server.command.FetchProfileCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/FetchProfileCommandintermediary net/minecraft/class_11753official aop
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteId(ServerCommandSource source, UUID id) private static intexecuteName(ServerCommandSource source, String name) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static voidsendResult(ServerCommandSource source, com.mojang.authlib.GameProfile profile, String successText, Text inputText)  
- 
Constructor Details
- 
FetchProfileCommand
public FetchProfileCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/FetchProfileCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_73262Lnet/minecraft/class_11753;method_73262(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaop;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
sendResult
private static void sendResult(ServerCommandSource source, com.mojang.authlib.GameProfile profile, String successText, Text inputText) - Mappings:
 Namespace Name Mixin selector named sendResultLnet/minecraft/server/command/FetchProfileCommand;sendResult(Lnet/minecraft/server/command/ServerCommandSource;Lcom/mojang/authlib/GameProfile;Ljava/lang/String;Lnet/minecraft/text/Text;)Vintermediary method_73264Lnet/minecraft/class_11753;method_73264(Lnet/minecraft/class_2168;Lcom/mojang/authlib/GameProfile;Ljava/lang/String;Lnet/minecraft/class_2561;)Vofficial aLaop;a(Lej;Lcom/mojang/authlib/GameProfile;Ljava/lang/String;Lxx;)V
 - 
executeName
- Mappings:
 Namespace Name Mixin selector named executeNameLnet/minecraft/server/command/FetchProfileCommand;executeName(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;)Iintermediary method_73266Lnet/minecraft/class_11753;method_73266(Lnet/minecraft/class_2168;Ljava/lang/String;)Iofficial aLaop;a(Lej;Ljava/lang/String;)I
 - 
executeId
- Mappings:
 Namespace Name Mixin selector named executeIdLnet/minecraft/server/command/FetchProfileCommand;executeId(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/UUID;)Iintermediary method_73268Lnet/minecraft/class_11753;method_73268(Lnet/minecraft/class_2168;Ljava/util/UUID;)Iofficial aLaop;a(Lej;Ljava/util/UUID;)I
 
 -