MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / Dir

Method Dir

addons/navComPack/src/main/java/addon/Plugin.java:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33class Dir extends Command {
34
35 Dir() {
36 command = "dir";
37 desc = "Prints the current working directory";
38 }
39
40 @Override
41 public void run() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected