类 ListPlayersCommand
java.lang.Object
net.minecraft.server.commands.ListPlayersCommand
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private 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> pDispatcher)
-
构造器详细资料
-
ListPlayersCommand
public ListPlayersCommand()
-
-
方法详细资料
-
register
-
listPlayers
-
listPlayersWithUuids
-
format
private static int format(CommandSourceStack pSource, Function<ServerPlayer, Component> pNameExtractor)
-