Package net.minecraft.server.commands
Class ListPlayersCommand
java.lang.Object
net.minecraft.server.commands.ListPlayersCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
format
(CommandSourceStack source, Function<ServerPlayer, Component> nameExtractor) private static int
listPlayers
(CommandSourceStack source) private static int
static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
-
Constructor Details
-
ListPlayersCommand
public ListPlayersCommand()
-
-
Method Details
-
register
-
listPlayers
-
listPlayersWithUuids
-
format
private static int format(CommandSourceStack source, Function<ServerPlayer, Component> nameExtractor)
-