MCPcopy Create free account
hub / github.com/ZWareDevelopment/ClientBase / Client

Method Client

src/main/java/dev/zihasz/client/Client.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 public static Client INSTANCE;
30
31 public Client() {
32 INSTANCE = this;
33 }
34
35 public static ClientLoader loader;
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected