Package net.minecraft.server.commands
Class ListPlayersCommand
java.lang.Object
net.minecraft.server.commands.ListPlayersCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
format(CommandSourceStack p_137827_, Function<ServerPlayer,Component> p_137828_)
private static int
listPlayers(CommandSourceStack p_137825_)
private static int
listPlayersWithUuids(CommandSourceStack p_137832_)
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 p_137827_, Function<ServerPlayer,Component> p_137828_)
-