public class ListCommand
extends java.lang.Object
| Constructor and Description |
|---|
ListCommand() |
| Modifier and Type | Method and Description |
|---|---|
private static int |
listNames(CommandSource source) |
private static int |
listPlayers(CommandSource source,
java.util.function.Function<ServerPlayerEntity,ITextComponent> nameExtractor) |
private static int |
listUUIDs(CommandSource source) |
static void |
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int listNames(CommandSource source)
private static int listUUIDs(CommandSource source)
private static int listPlayers(CommandSource source, java.util.function.Function<ServerPlayerEntity,ITextComponent> nameExtractor)