net.minecraft.server.dedicated.command

public class ListCommand

qx
net.minecraft.class_4425
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<bu> arg0)
method_20842(com.mojang.brigadier.CommandDispatcher<class_3915> 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(bu arg0)
method_20840(class_3915 arg0)
listPlayers(CommandSourceStack source)
func_198524_a(CommandSource arg0)
listNames(CommandSource source)
private static int
b(bu arg0)
method_20844(class_3915 arg0)
listPlayersWithUuid(CommandSourceStack source)
func_208201_b(CommandSource arg0)
listUUIDs(CommandSource source)
private static int
a(bu arg0, Function<tf, ij> arg1)
method_20841(class_3915 arg0, Function<class_798, class_1982> arg1)
listPlayers(CommandSourceStack source, Function<ServerPlayerEntity, Text> names)
func_208200_a(CommandSource arg0, Function<EntityPlayerMP, ITextComponent> arg1)
listPlayers(CommandSource source, Function<EntityPlayerMP, ITextComponent> nameExtractor)