net.minecraft.server.command

public class ListCommand

net.minecraft.server.commands.ListPlayersCommand
net.minecraft.server.commands.ListPlayersCommand
net.minecraft.class_3078
net.minecraft.server.command.ListCommand

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_13435(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
listPlayers(CommandSourceStack source)
listPlayers(CommandSourceStack source)
method_13437(class_2168 arg0)
executeNames(ServerCommandSource source)
private static int
listPlayersWithUuids(CommandSourceStack source)
listPlayersWithUuids(CommandSourceStack source)
method_13436(class_2168 arg0)
executeUuids(ServerCommandSource source)
private static int
format(CommandSourceStack source, Function<ServerPlayer, Component> formatter)
format(CommandSourceStack source, Function<ServerPlayer, Component> formatter)
method_13434(class_2168 arg0, Function<class_3222, class_2561> arg1)
execute(ServerCommandSource source, Function<ServerPlayerEntity, Text> nameProvider)