MCPcopy Create free account
hub / github.com/demoth/jake2 / printCompletions

Method printCompletions

client/src/main/java/jake2/client/Key.java:854–860  ·  view source on GitHub ↗
(String type, List<String> names)

Source from the content-addressed store, hash-verified

852 }
853
854 private static void printCompletions(String type, List<String> names) {
855 Com.Printf(type);
856 for (String name : names) {
857 Com.Printf(name + " ");
858 }
859 Com.Printf("\n");
860 }
861
862 private static void CompleteCommand() {
863

Callers 1

CompleteCommandMethod · 0.95

Calls 1

PrintfMethod · 0.95

Tested by

no test coverage detected