Package net.minecraft.server.command
Class ListCommand
java.lang.Object
net.minecraft.server.command.ListCommand
- Mappings:
- Namespace - Name - official - afb- intermediary - net/minecraft/class_3078- named - net/minecraft/server/command/ListCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, Function<ServerPlayerEntity, Text> nameProvider) private static intexecuteNames(ServerCommandSource source) private static intexecuteUuids(ServerCommandSource source) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Constructor Details- 
ListCommandpublic ListCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafb;a(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13435- Lnet/minecraft/class_3078;method_13435(Lcom/mojang/brigadier/CommandDispatcher;)V- named - register- Lnet/minecraft/server/command/ListCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
executeNames- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafb;a(Lds;)I- intermediary - method_13437- Lnet/minecraft/class_3078;method_13437(Lnet/minecraft/class_2168;)I- named - executeNames- Lnet/minecraft/server/command/ListCommand;executeNames(Lnet/minecraft/server/command/ServerCommandSource;)I
 
- 
executeUuids- Mappings:
- Namespace - Name - Mixin selector - official - b- Lafb;b(Lds;)I- intermediary - method_13436- Lnet/minecraft/class_3078;method_13436(Lnet/minecraft/class_2168;)I- named - executeUuids- Lnet/minecraft/server/command/ListCommand;executeUuids(Lnet/minecraft/server/command/ServerCommandSource;)I
 
- 
executeprivate static int execute(ServerCommandSource source, Function<ServerPlayerEntity, Text> nameProvider) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lafb;a(Lds;Ljava/util/function/Function;)I- intermediary - method_13434- Lnet/minecraft/class_3078;method_13434(Lnet/minecraft/class_2168;Ljava/util/function/Function;)I- named - execute- Lnet/minecraft/server/command/ListCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/function/Function;)I
 
 
-