Package net.minecraft.server.command
Class ListCommand
java.lang.Object
net.minecraft.server.command.ListCommand
public class ListCommand extends Object
- Mappings:
Namespace Name official xz
intermediary net/minecraft/class_3078
named net/minecraft/server/command/ListCommand
-
Constructor Summary
Constructors Constructor Description ListCommand()
-
Method Summary
Modifier and Type Method Description private 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
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official a
Lxz;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
Lxz;a(Ldb;)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
Lxz;b(Ldb;)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
Lxz;a(Ldb;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
-