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

Class Manager

src/main/java/dev/zihasz/client/manager/Manager.java:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import java.util.Random;
6
7public abstract class Manager {
8
9 protected Minecraft mc = Minecraft.getMinecraft();
10 protected Random random = new Random();
11
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected