Package net.minecraft.server.command
Class ListCommand
java.lang.Object
net.minecraft.server.command.ListCommand
- Mappings:
Namespace Name official ahj
intermediary net/minecraft/class_3078
named net/minecraft/server/command/ListCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, Function<ServerPlayerEntity, Text> nameProvider) private static int
executeNames
(ServerCommandSource source) private static int
executeUuids
(ServerCommandSource source) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
ListCommand
public ListCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lahj;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
Lahj;a(Ldt;)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
Lahj;b(Ldt;)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
-
execute
private static int execute(ServerCommandSource source, Function<ServerPlayerEntity, Text> nameProvider) - Mappings:
Namespace Name Mixin selector official a
Lahj;a(Ldt;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
-