MCPcopy Index your code
hub / github.com/ZWareDevelopment/ClientBase / Util

Interface Util

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 5

MessageBussrc/main/java/dev/zihasz/client/utils/
ReflectionUtilsrc/main/java/dev/zihasz/client/utils/
Renderer2Dsrc/main/java/dev/zihasz/client/utils/
PlayerUtilsrc/main/java/dev/zihasz/client/utils/
StringUtilsrc/main/java/dev/zihasz/client/utils/

Calls

no outgoing calls

Tested by

no test coverage detected