Package net.minecraft.command.impl
Class ListCommand
- java.lang.Object
-
- net.minecraft.command.impl.ListCommand
-
public class ListCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static int
format(CommandSource p_208200_0_, java.util.function.Function<ServerPlayerEntity,ITextComponent> p_208200_1_)
private static int
listPlayers(CommandSource p_198524_0_)
private static int
listPlayersWithUuids(CommandSource p_208201_0_)
static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198522_0_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198522_0_)
-
listPlayers
private static int listPlayers(CommandSource p_198524_0_)
-
listPlayersWithUuids
private static int listPlayersWithUuids(CommandSource p_208201_0_)
-
format
private static int format(CommandSource p_208200_0_, java.util.function.Function<ServerPlayerEntity,ITextComponent> p_208200_1_)
-
-