net.minecraft.server.command

public class ListCommand

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)
method_13435(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
listPlayers(CommandSourceStack source)
method_13437(class_2168 arg0)
executeNames(ServerCommandSource source)
private static int
listPlayersWithUuids(CommandSourceStack source)
method_13436(class_2168 arg0)
executeUuids(ServerCommandSource source)
private static int
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)
private static Text
lambda$format$3(List arg0, PlayerList arg1, Component arg2)
method_52006(List arg0, class_3324 arg1, class_2561 arg2)
method_52006(List arg0, PlayerManager arg1, Text arg2)
private static Text
lambda$listPlayersWithUuids$2(ServerPlayer arg0)
method_30310(class_3222 arg0)
method_30310(ServerPlayerEntity player)
private static int
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_13438(com.mojang.brigadier.context.CommandContext arg0)
method_13438(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_13433(com.mojang.brigadier.context.CommandContext arg0)
method_13433(com.mojang.brigadier.context.CommandContext context)