Package net.minecraft.server.command
Class ListCommand
java.lang.Object
net.minecraft.server.command.ListCommand
public class ListCommand extends Object
-
Constructor Summary
Constructors Constructor Description ListCommand()
-
Method Summary
Modifier and Type Method Description private static int
execute(ServerCommandSource source, Function<ServerPlayerEntity,Text> nameProvider)
private static int
executeNames(ServerCommandSource source)
private static int
executeUuids(ServerCommandSource source)
static void
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
ListCommand
public ListCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) -
executeNames
-
executeUuids
-
execute
private static int execute(ServerCommandSource source, Function<ServerPlayerEntity,Text> nameProvider)
-