net.minecraft.server.dedicated.command

public class ListCommand

sl
net.minecraft.class_3078
net.minecraft.server.dedicated.command.ListCommand
net.minecraft.command.impl.ListCommand
net.minecraft.command.impl.ListCommand

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cd> arg0)
method_13435(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198522_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(cd arg0)
method_13437(class_2168 arg0)
listPlayers(CommandSourceStack source)
func_198524_a(CommandSource arg0)
listNames(CommandSource source)
private static int
b(cd arg0)
method_13436(class_2168 arg0)
listPlayersWithUuid(CommandSourceStack source)
func_208201_b(CommandSource arg0)
listUUIDs(CommandSource source)
private static int
a(cd arg0, Function<vh, jm> arg1)
method_13434(class_2168 arg0, Function<class_3222, class_2561> arg1)
listPlayers(CommandSourceStack source, Function<ServerPlayerEntity, Text> names)
func_208200_a(CommandSource arg0, Function<ServerPlayerEntity, ITextComponent> arg1)
listPlayers(CommandSource source, Function<ServerPlayerEntity, ITextComponent> nameExtractor)