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 pSource, Function<ServerPlayer, Component> pNameExtractor) private static int
listPlayers
(CommandSourceStack pSource) private static int
listPlayersWithUuids
(CommandSourceStack pSource) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_137821_)
-
Constructor Details
-
ListPlayersCommand
public ListPlayersCommand()
-
-
Method Details
-
register
-
listPlayers
-
listPlayersWithUuids
-
format
private static int format(CommandSourceStack pSource, Function<ServerPlayer, Component> pNameExtractor)
-