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

Class ClientHook

src/main/java/dev/zihasz/client/core/ClientHook.java:7–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import java.util.Map;
6
7public class ClientHook implements IFMLCallHook {
8
9 @Override
10 public void injectData(Map<String, Object> data) {
11
12 }
13
14 @Override
15 public Void call() throws Exception {
16 return null;
17 }
18
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected